Regenerated
This commit is contained in:
+24
-12
@@ -2953,15 +2953,21 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
/* center EVERYTHING */
|
||||
/* center expanded content */
|
||||
#myworkspaces revealer > box {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* GTK centering */
|
||||
#myworkspaces revealer label {
|
||||
-gtk-label-xalign: 0.5;
|
||||
/* center collapsed (first visible module) */
|
||||
#myworkspaces > widget {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* spacing between items */
|
||||
#myworkspaces revealer > box > widget {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
#connections {
|
||||
@@ -2977,15 +2983,21 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
/* center EVERYTHING */
|
||||
/* center expanded content */
|
||||
#connections revealer > box {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* GTK centering */
|
||||
#connections revealer label {
|
||||
-gtk-label-xalign: 0.5;
|
||||
/* center collapsed (first visible module) */
|
||||
#connections > widget {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* spacing between items */
|
||||
#connections revealer > box > widget {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
workspaces button {
|
||||
|
||||
Reference in New Issue
Block a user