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:
@@ -10,6 +10,10 @@
|
||||
}
|
||||
|
||||
.notification-card-container {
|
||||
* {
|
||||
font-size: $font-size * $notification-scaling/100;
|
||||
}
|
||||
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user