eww -> bar: Fixed systray CSS styling

This commit is contained in:
GaspardCulis 2024-04-24 10:23:35 +02:00
parent 247a76abf8
commit c515a11b57
No known key found for this signature in database
GPG key ID: BC18146756955609

View file

@ -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;