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
|
||||
.leftgroup>*:not(.workspaces):not(.revealer-on-hover),
|
||||
.centergroup>*,
|
||||
.rightgroup>* {
|
||||
.rightgroup>*:not(.revealer-on-hover) {
|
||||
margin: 5px;
|
||||
min-width: $bar-module-width;
|
||||
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
|
||||
scale trough,
|
||||
|
|
Loading…
Add table
Reference in a new issue