theme logic reused

This commit is contained in:
Jan Prochazka
2021-02-17 19:26:48 +01:00
parent 4ffc5842bb
commit ba6abd1e64
13 changed files with 381 additions and 19 deletions

View File

@@ -20,9 +20,11 @@
top: 0;
bottom: var(--statusbar-height);
width: var(--widget-icon-size);
background: var(--theme-widget_background);
}
.statusbar {
position: fixed;
background: var(--theme-statusbar_background);
height: var(--statusbar-height);
left: 0;
right: 0;