Regenerated
This commit is contained in:
+325
-319
File diff suppressed because it is too large
Load Diff
+13
-7
@@ -2897,7 +2897,7 @@ window#waybar {
|
||||
/* --- Group anchors default visible --- */
|
||||
#custom-hardware-anchor,
|
||||
#custom-connections-anchor {
|
||||
min-width: 80px; /* groups always 80px wide when not hovered */
|
||||
min-width: 80px;
|
||||
padding: 0 5px;
|
||||
margin: 0 2px;
|
||||
opacity: 1;
|
||||
@@ -2907,20 +2907,20 @@ window#waybar {
|
||||
/* --- Hide anchors on hover of the group --- */
|
||||
#hardware:hover #custom-hardware-anchor,
|
||||
#connections:hover #custom-connections-anchor {
|
||||
opacity: 0; /* hide the symbol */
|
||||
min-width: 0; /* optional shrink */
|
||||
opacity: 0;
|
||||
min-width: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Optional: keep the widget container at 80px even if the anchor shrinks */
|
||||
#hardware:hover,
|
||||
#connections:hover {
|
||||
min-width: 80px; /* prevents the group from collapsing entirely */
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------- */
|
||||
/* MODULES RIGHT --- min-width 80px for visible widgets */
|
||||
/* MODULES */
|
||||
.modules-left > widget,
|
||||
.modules-center > widget,
|
||||
.modules-right > widget {
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
@@ -2932,10 +2932,16 @@ window#waybar {
|
||||
border: 2px solid transparent;
|
||||
}
|
||||
|
||||
.modules-left > box + box,
|
||||
.modules-center > box + box,
|
||||
.modules-right > box + box {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.modules-left > widget label,
|
||||
.modules-left > label ,
|
||||
.modules-center > widget label,
|
||||
.modules-center > label,
|
||||
.modules-right > widget label,
|
||||
.modules-right > label {
|
||||
padding: 0px 5px;
|
||||
|
||||
Reference in New Issue
Block a user