mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
cinnamon: fix notification-button padding
This commit is contained in:
@@ -712,7 +712,12 @@ StScrollBar {
|
||||
color: $fg_color;
|
||||
border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9;
|
||||
|
||||
.notification-button, .notification-icon-button { @extend %button; }
|
||||
@at-root {
|
||||
.notification-button, .notification-icon-button {
|
||||
@extend %button;
|
||||
padding: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
StEntry { @extend %entry; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user