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;
}
#custom-windows {
opacity: 0;
min-width: 0;
padding: 0;
margin: 0;
transition: all 0.2s ease;
/* Hide completely when not active */
#custom-windows.widget {
display: none;
}
#custom-windows.active {
#custom-windows.widget.active {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
+4 -7
View File
@@ -118,15 +118,12 @@ window#waybar {
background: transparent;
}
#custom-windows {
opacity: 0;
min-width: 0;
padding: 0;
margin: 0;
transition: all 0.2s ease;
/* Hide completely when not active */
#custom-windows.widget {
display: none;
}
#custom-windows.active {
#custom-windows.widget.active {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;