This commit is contained in:
vinceliuice
2023-10-24 11:33:03 +08:00
parent ebe90595bf
commit 0f3ce76aa5

View File

@@ -805,7 +805,9 @@ image.raven-mpris {
} }
// Notifications // Notifications
.budgie-notification-window { background-color: transparent; } .budgie-notification-window {
background-color: transparent;
}
.budgie-notification { .budgie-notification {
.notification-title { font-size: 120%; } .notification-title { font-size: 120%; }
@@ -830,7 +832,7 @@ image.raven-mpris {
// Internal part of the Switcher // Internal part of the Switcher
.budgie-switcher { .budgie-switcher {
@extend .budgie-notification; @extend .budgie-notification-window;
} }
.budgie-panel { .budgie-panel {