fix(swaync): remove extra border from notifications

This commit is contained in:
2024-12-26 18:51:09 +01:00
parent 0b4bb5dfae
commit 316e45639a

View File

@@ -20,7 +20,7 @@ slider {
background-color: #8aadf4;
}
.floating-notifications.background .notification-row .notification-background {
.floating-notifications.background .notification-row .notification-background .notification {
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8), inset 0 0 0 1px #363a4f;
border-radius: 12.6px;
border: 1px solid #8aadf4;
@@ -30,12 +30,6 @@ slider {
padding: 0;
}
.floating-notifications.background .notification-row .notification-background .notification {
padding: 7px;
border-radius: 12.6px;
border: 1px solid #8aadf4;
}
.floating-notifications.background .notification-row .notification-background .notification.critical {
box-shadow: inset 0 0 7px 0 #ed8796;
}