refactor(notifications): improve notification UX

This commit is contained in:
tux
2025-09-26 13:28:22 +05:30
parent cb09eb5353
commit a24b448560
2 changed files with 15 additions and 1 deletions

View File

@@ -12,6 +12,16 @@ window.notifications {
min-width: 20rem;
.header {
.close {
padding: 10px;
background: $inactive-color;
border-radius: $rounded;
&:hover {
background: $bg-color;
}
}
.app-icon {
-gtk-icon-size: 2rem;
}