New backup 2025-07-01 10:30:01
This commit is contained in:
parent
37d27cd369
commit
f7a635c74b
1 changed files with 13 additions and 3 deletions
|
@ -40,14 +40,24 @@ $bar-module-border-radius: 8px;
|
||||||
//group modules
|
//group modules
|
||||||
.leftgroup>*:not(.workspaces):not(.revealer-on-hover),
|
.leftgroup>*:not(.workspaces):not(.revealer-on-hover),
|
||||||
.centergroup>*,
|
.centergroup>*,
|
||||||
.rightgroup>* {
|
.rightgroup>*:not(.revealer-on-hover) {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
background-color: $bar-module-bg-color;
|
background-color: $bar-module-bg-color;
|
||||||
padding: 0px 5px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.revealer-on-hover {
|
||||||
|
margin: 5px;
|
||||||
|
min-width: $bar-module-width;
|
||||||
|
background-color: $bar-module-bg-color;
|
||||||
|
>widget>box>box:has(label) {
|
||||||
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
|
.reveal_children>* {
|
||||||
|
padding: 0px 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//value bars
|
//value bars
|
||||||
scale trough,
|
scale trough,
|
||||||
|
|
Loading…
Add table
Reference in a new issue