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,26 +45,24 @@
|
|||
margin: 0px;
|
||||
margin-left: 6px;
|
||||
|
||||
& > menuitem {
|
||||
menu {
|
||||
padding: 5px 5px;
|
||||
border-radius: 10px;
|
||||
background-color: $background;
|
||||
& menu {
|
||||
padding: 8px 8px;
|
||||
border-radius: 10px;
|
||||
background-color: $background;
|
||||
|
||||
menuitem {
|
||||
margin: 1px 0;
|
||||
menuitem {
|
||||
margin: 1px 0;
|
||||
|
||||
&:hover {
|
||||
padding-left: 2px;
|
||||
}
|
||||
&:hover {
|
||||
padding-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
separator {
|
||||
margin: 6px 0;
|
||||
min-height: 3px;
|
||||
border-radius: 99px;
|
||||
background-color: rgba(5, 5, 5, 0.35);
|
||||
}
|
||||
separator {
|
||||
margin: 6px 0;
|
||||
min-height: 3px;
|
||||
border-radius: 99px;
|
||||
background-color: rgba(5, 5, 5, 0.35);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue