Compare commits
2 commits
827c4f8c03
...
247a76abf8
Author | SHA1 | Date | |
---|---|---|---|
|
247a76abf8 | ||
|
8100a237fe |
2 changed files with 3 additions and 2 deletions
|
@ -43,6 +43,7 @@
|
||||||
|
|
||||||
.systray {
|
.systray {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
margin-left: 6px;
|
||||||
|
|
||||||
& > menuitem {
|
& > menuitem {
|
||||||
menu {
|
menu {
|
||||||
|
|
|
@ -202,7 +202,7 @@
|
||||||
(volume)
|
(volume)
|
||||||
(label :text "") ; Else container spacing rule doesn't apply
|
(label :text "") ; Else container spacing rule doesn't apply
|
||||||
(mic)
|
(mic)
|
||||||
(systray :pack-direction "ltr" :class "systray")
|
(systray :orientation "h" :spacing 6 :class "systray")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue