Fix and clean some code of original version (https://uso.kkx.one/style/192741)
Udemy Full Height Video (Fix) by coxde
Details
Authorcoxde
LicenseCC0
Categoryudemy.com
Created
Updated
Size665 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Use Attribute Selectors to prevent future changes of class name.
Source code
/* ==UserStyle==
@name Udemy Full Height Video (Fix)
@namespace coxde
@author coxde
@description Fix and clean some code of original version
@version 20240312
@license CC0
@preprocessor uso
==/UserStyle== */
@-moz-document domain(udemy.com) {
[class^="app--column-container"] [class^="app--content-column"] {
width: 80%;
}
[class^="app--column-container"] [class^="app--sidebar-column"] {
width: 20%;
}
[class^="curriculum-item-view--scaled-height-limiter"] {
max-height: 100vh;
}
[class^="app--row"][class*="app--header"] {
display: none;
}
}