fix style

This commit is contained in:
2025-10-21 23:08:39 -07:00
parent e5934fc174
commit c61bd04919

View File

@@ -124,8 +124,11 @@ button:hover {
margin-left: 0; margin-left: 0;
} }
.modules-right {
padding-left: 1px;
}
.modules-left { .modules-left {
padding-right: 5px; padding-right: 4px;
} }
.modules-right > widget:last-child > #workspaces { .modules-right > widget:last-child > #workspaces {
margin-right: 0; margin-right: 0;
@@ -216,7 +219,7 @@ label:focus {
/* background-color: @overlay0; */ /* background-color: @overlay0; */
background-color: @surface0; background-color: @surface0;
color: @mantle; color: @mantle;
margin: 5px 3px 5px 1px; margin: 5px 1px 5px 1px;
} }
#tray > .passive { #tray > .passive {
@@ -258,7 +261,7 @@ label:focus {
color: @mantle; color: @mantle;
background-color: @mauve; background-color: @mauve;
padding: 0 10px; padding: 0 10px;
margin: 5px 1px; margin: 5px 1px 5px 2px;
} }
#custom-updates { #custom-updates {
background-color: @yellow; background-color: @yellow;
@@ -277,7 +280,7 @@ label:focus {
color: @mantle; color: @mantle;
background-color: @peach; background-color: @peach;
padding: 0 10px; padding: 0 10px;
margin: 5px 5px 5px 1px; margin: 5px 1px 5px 2px;
} }
#cava { #cava {
@@ -314,7 +317,7 @@ label:focus {
background-color: @flamingo; background-color: @flamingo;
color: @base; color: @base;
padding: 0 10px; padding: 0 10px;
margin: 5px 5px 5px 1px; margin: 5px 1px 5px 2px;
} }
#custom-notification { #custom-notification {