Regenerated
This commit is contained in:
+305
-301
File diff suppressed because it is too large
Load Diff
+9
-5
@@ -2923,18 +2923,22 @@ window#waybar {
|
|||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* center EVERYTHING */
|
/* center expanded content */
|
||||||
#hardware revealer > box {
|
#hardware revealer > box {
|
||||||
spacing: 10px; /* optional spacing between items */
|
justify-content: center;
|
||||||
justify-content: center; /* <-- THIS centers horizontally */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* GTK centering */
|
/* center collapsed (first visible module) */
|
||||||
#hardware revealer label {
|
#hardware > widget {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* spacing between items */
|
||||||
|
#hardware revealer > box > widget {
|
||||||
|
margin: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#myworkspaces {
|
#myworkspaces {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
|
|||||||
@@ -54,18 +54,22 @@ window#waybar {
|
|||||||
linear-gradient(45deg, @blue, @green) border-box;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* center EVERYTHING */
|
/* center expanded content */
|
||||||
#hardware revealer > box {
|
#hardware revealer > box {
|
||||||
spacing: 10px; /* optional spacing between items */
|
justify-content: center;
|
||||||
justify-content: center; /* <-- THIS centers horizontally */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* GTK centering */
|
/* center collapsed (first visible module) */
|
||||||
#hardware revealer label {
|
#hardware > widget {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* spacing between items */
|
||||||
|
#hardware revealer > box > widget {
|
||||||
|
margin: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
#myworkspaces {
|
#myworkspaces {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
|
|||||||
Reference in New Issue
Block a user