💄 chore(style): fix some styles, update others to work on gtk4

the inset box-shadow on hover technique doesn't work anymore 😭
This commit is contained in:
retrozinndev
2025-07-23 20:36:30 -03:00
parent 6b667f5d5b
commit 9a7857e89c
6 changed files with 106 additions and 115 deletions
+3 -2
View File
@@ -59,6 +59,7 @@
min-width: 32px;
& label.id {
opacity: 0;
color: colors.$fg-light;
margin-right: 0;
}
@@ -103,8 +104,8 @@
}
}
.clock.open > button {
background-color: colors.$bg-primary;
.clock.open {
background: colors.$bg-primary;
}
.media {