Regenerated
This commit is contained in:
+305
-305
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -2926,9 +2926,9 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.modules-right > widget {
|
||||
#modules-left > widget,
|
||||
#modules-center > widget,
|
||||
#modules-right > widget {
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
@@ -2939,16 +2939,16 @@ window#waybar {
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
.modules-left > box + box,
|
||||
.modules-center > box + box,
|
||||
.modules-right > box + box {
|
||||
#modules-left > box + box,
|
||||
#modules-center > box + box,
|
||||
#modules-right > box + box {
|
||||
min-width: 80px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.modules-left > label,
|
||||
.modules-center > label,
|
||||
.modules-right > label {
|
||||
#modules-left > label,
|
||||
#modules-center > label,
|
||||
#modules-right > label {
|
||||
min-width: 80px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
@@ -66,9 +66,9 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Shared styles for all modules */
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.modules-right > widget {
|
||||
#modules-left > widget,
|
||||
#modules-center > widget,
|
||||
#modules-right > widget {
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
font-weight: bold;
|
||||
@@ -79,16 +79,16 @@ window#waybar {
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
.modules-left > box + box,
|
||||
.modules-center > box + box,
|
||||
.modules-right > box + box {
|
||||
#modules-left > box + box,
|
||||
#modules-center > box + box,
|
||||
#modules-right > box + box {
|
||||
min-width: 80px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.modules-left > label,
|
||||
.modules-center > label,
|
||||
.modules-right > label {
|
||||
#modules-left > label,
|
||||
#modules-center > label,
|
||||
#modules-right > label {
|
||||
min-width: 80px;
|
||||
padding: 0px 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user