Added scaling to individual elements (all menus and the bar). (#154)
* Added scaling to individual elements (all menus and the bar). * Make all dialog pages scrollable * Add battery menu to settings * update battery menu scaling * Fix typo * Add confirmation dialog scaling
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
.indicator {
|
||||
* {
|
||||
font-size: $font-size * $osd-scaling/100;
|
||||
}
|
||||
|
||||
.osd-container {
|
||||
margin: $osd-margins;
|
||||
opacity: $osd-opacity/100;
|
||||
|
||||
Reference in New Issue
Block a user