Regenerated
This commit is contained in:
+303
-297
File diff suppressed because it is too large
Load Diff
+7
-1
@@ -2981,7 +2981,13 @@ window#waybar {
|
|||||||
|
|
||||||
/* Hide completely when not active */
|
/* Hide completely when not active */
|
||||||
#custom-windows.widget {
|
#custom-windows.widget {
|
||||||
display: none;
|
padding: 0px 0px;
|
||||||
|
border-radius: 10px;
|
||||||
|
border: 0px solid transparent;
|
||||||
|
background-color: transparent;
|
||||||
|
font-weight: normal;
|
||||||
|
transition: all 0.2s ease;
|
||||||
|
min-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-windows.widget.active {
|
#custom-windows.widget.active {
|
||||||
|
|||||||
@@ -120,7 +120,13 @@ window#waybar {
|
|||||||
|
|
||||||
/* Hide completely when not active */
|
/* Hide completely when not active */
|
||||||
#custom-windows.widget {
|
#custom-windows.widget {
|
||||||
display: none;
|
padding: 0px 0px;
|
||||||
|
border-radius: 10px;
|
||||||
|
border: 0px solid transparent;
|
||||||
|
background-color: transparent;
|
||||||
|
font-weight: normal;
|
||||||
|
transition: all 0.2s ease;
|
||||||
|
min-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-windows.widget.active {
|
#custom-windows.widget.active {
|
||||||
|
|||||||
Reference in New Issue
Block a user