Regenerated
This commit is contained in:
+304
-297
File diff suppressed because it is too large
Load Diff
+8
-1
@@ -2925,7 +2925,7 @@ window#waybar {
|
||||
|
||||
/* --- Groups --- */
|
||||
#hardware {
|
||||
padding: 0px 1px;
|
||||
padding: 0px 30px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
@@ -2937,9 +2937,16 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
/*
|
||||
#hardware label {
|
||||
padding: 0px 30px;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Optional: smooth transition */
|
||||
#custom-hardware-anchor {
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
#connections {
|
||||
padding: 0px 1px;
|
||||
|
||||
@@ -66,7 +66,7 @@ window#waybar {
|
||||
|
||||
/* --- Groups --- */
|
||||
#hardware {
|
||||
padding: 0px 1px;
|
||||
padding: 0px 30px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
border-radius: 10px;
|
||||
@@ -78,9 +78,16 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
/*
|
||||
#hardware label {
|
||||
padding: 0px 30px;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Optional: smooth transition */
|
||||
#custom-hardware-anchor {
|
||||
transition: opacity 0.2s ease;
|
||||
}
|
||||
|
||||
#connections {
|
||||
padding: 0px 1px;
|
||||
|
||||
Reference in New Issue
Block a user