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,10 +1,20 @@
|
||||
.menu-items-container.bluetooth * {
|
||||
font-size: $font-size * $bar-menus-menu-bluetooth-scaling/100;
|
||||
}
|
||||
|
||||
@import "./menu.scss";
|
||||
|
||||
.menu-items.bluetooth {
|
||||
background: if($bar-menus-monochrome, $bar-menus-background, $bar-menus-menu-bluetooth-background-color);
|
||||
border-color: if($bar-menus-monochrome, $bar-menus-border-color, $bar-menus-menu-bluetooth-border-color);
|
||||
opacity: $bar-menus-opacity/100;
|
||||
font-size: $font-size * $bar-menus-menu-bluetooth-scaling/100;
|
||||
}
|
||||
|
||||
.menu-items-container.bluetooth {
|
||||
|
||||
min-width: 18em * $bar-menus-menu-bluetooth-scaling/100;
|
||||
|
||||
font-size: 1.3em;
|
||||
|
||||
.menu-section-container {
|
||||
@@ -26,7 +36,7 @@
|
||||
|
||||
.menu-items-section {
|
||||
background: if($bar-menus-monochrome, $bar-menus-cards, $bar-menus-menu-bluetooth-card-color);
|
||||
min-height: 20em;
|
||||
min-height: 20em * $bar-menus-menu-bluetooth-scaling/100;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user