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 {
|
#custom-spacer {
|
||||||
min-width: 200px;
|
min-width: 200px; /* keeps the space */
|
||||||
padding: 0;
|
max-width: 100%; /* optional */
|
||||||
margin: 0;
|
padding: 0 !important;
|
||||||
background: none;
|
margin: 0 !important;
|
||||||
border: none;
|
background: none !important;
|
||||||
color: inherit;
|
border: none !important;
|
||||||
font-weight: normal;
|
color: transparent !important; /* invisible text */
|
||||||
|
font-weight: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Group specifics --- */
|
/* --- Group specifics --- */
|
||||||
|
|||||||
@@ -73,13 +73,14 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-spacer {
|
#custom-spacer {
|
||||||
min-width: 200px;
|
min-width: 200px; /* keeps the space */
|
||||||
padding: 0;
|
max-width: 100%; /* optional */
|
||||||
margin: 0;
|
padding: 0 !important;
|
||||||
background: none;
|
margin: 0 !important;
|
||||||
border: none;
|
background: none !important;
|
||||||
color: inherit;
|
border: none !important;
|
||||||
font-weight: normal;
|
color: transparent !important; /* invisible text */
|
||||||
|
font-weight: normal !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --- Group specifics --- */
|
/* --- Group specifics --- */
|
||||||
|
|||||||
Reference in New Issue
Block a user