Regenerated
This commit is contained in:
+304
-303
File diff suppressed because it is too large
Load Diff
+8
-7
@@ -2932,13 +2932,14 @@ window#waybar {
|
||||
}
|
||||
|
||||
#custom-spacer {
|
||||
min-width: 200px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
color: inherit;
|
||||
font-weight: normal;
|
||||
min-width: 200px; /* keeps the space */
|
||||
max-width: 100%; /* optional */
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
color: transparent !important; /* invisible text */
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
/* --- Group specifics --- */
|
||||
|
||||
@@ -73,13 +73,14 @@ window#waybar {
|
||||
}
|
||||
|
||||
#custom-spacer {
|
||||
min-width: 200px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
color: inherit;
|
||||
font-weight: normal;
|
||||
min-width: 200px; /* keeps the space */
|
||||
max-width: 100%; /* optional */
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
background: none !important;
|
||||
border: none !important;
|
||||
color: transparent !important; /* invisible text */
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
/* --- Group specifics --- */
|
||||
|
||||
Reference in New Issue
Block a user