Regenerated

This commit is contained in:
2026-04-08 20:01:32 +02:00
parent 22742321d8
commit e0a7334ddb
3 changed files with 308 additions and 317 deletions
+300 -303
View File
File diff suppressed because it is too large Load Diff
+4 -7
View File
@@ -2979,15 +2979,12 @@ window#waybar {
background: transparent; background: transparent;
} }
#custom-windows { /* Hide completely when not active */
opacity: 0; #custom-windows.widget {
min-width: 0; display: none;
padding: 0;
margin: 0;
transition: all 0.2s ease;
} }
#custom-windows.active { #custom-windows.widget.active {
padding: 0px 5px; padding: 0px 5px;
border-radius: 10px; border-radius: 10px;
border: 2px solid transparent; border: 2px solid transparent;
+4 -7
View File
@@ -118,15 +118,12 @@ window#waybar {
background: transparent; background: transparent;
} }
#custom-windows { /* Hide completely when not active */
opacity: 0; #custom-windows.widget {
min-width: 0; display: none;
padding: 0;
margin: 0;
transition: all 0.2s ease;
} }
#custom-windows.active { #custom-windows.widget.active {
padding: 0px 5px; padding: 0px 5px;
border-radius: 10px; border-radius: 10px;
border: 2px solid transparent; border: 2px solid transparent;