This commit is contained in:
2026-03-17 22:00:05 -07:00
parent b20e439015
commit ac41c90066
14 changed files with 275 additions and 19 deletions

View File

@@ -493,6 +493,17 @@ slider {
padding-bottom: 1rem;
}
.image {
padding-right: 0.5rem;
.notification-default-action .notification-content .image,
.notification .notification-content .image {
-gtk-icon-size: 64px;
min-width: 64px;
min-height: 64px;
margin-right: 8px;
}
.notification-default-action .notification-content .app-icon,
.notification .notification-content .app-icon {
-gtk-icon-size: 24px;
min-width: 24px;
min-height: 24px;
}