eww -> bar: Fixed systray CSS styling
This commit is contained in:
parent
247a76abf8
commit
c515a11b57
1 changed files with 14 additions and 16 deletions
|
@ -45,9 +45,8 @@
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
|
|
||||||
& > menuitem {
|
& menu {
|
||||||
menu {
|
padding: 8px 8px;
|
||||||
padding: 5px 5px;
|
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: $background;
|
background-color: $background;
|
||||||
|
|
||||||
|
@ -66,7 +65,6 @@
|
||||||
background-color: rgba(5, 5, 5, 0.35);
|
background-color: rgba(5, 5, 5, 0.35);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
& > menuitem:first-child {
|
& > menuitem:first-child {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
|
Loading…
Reference in a new issue