Regenerated

This commit is contained in:
2026-04-08 22:03:59 +02:00
parent 75e11cf69f
commit 43d4437073
3 changed files with 314 additions and 323 deletions
+6 -9
View File
@@ -2914,9 +2914,8 @@ window#waybar {
}
/* Shared styles for all modules */
.modules-left > widget,
.modules-center > widget,
.modules-right > widget {
.modules-center > widget {
min-width: 80px;
color: @text;
font-weight: bold;
@@ -2927,16 +2926,14 @@ window#waybar {
border: 2px solid transparent;
}
.modules-left > box + box,
.modules-center > box + box,
.modules-right > box + box {
.modules-center > box + box {
min-width: 80px;
margin-left: 10px;
}
.modules-left > label,
.modules-center > label,
.modules-right > label {
.modules-center > label {
min-width: 80px;
padding: 0px 10px;
}