mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Fix big padding on shell notification button
This commit is contained in:
@@ -1619,7 +1619,7 @@ StScrollBar {
|
||||
spacing: 1px;
|
||||
}
|
||||
.notification-button {
|
||||
padding: 4px 4px 5px;
|
||||
padding: 0px;
|
||||
background-color: transparentize($bg_color, 0.1);
|
||||
&:first-child { border-radius: 0 0 0 3px; }
|
||||
&:last-child { border-radius: 0 0 3px 0; }
|
||||
|
||||
@@ -1506,7 +1506,7 @@ StScrollBar {
|
||||
padding-top: 2px;
|
||||
spacing: 1px; }
|
||||
.notification-banner .notification-button {
|
||||
padding: 4px 4px 5px;
|
||||
padding: 0px;
|
||||
background-color: rgba(24, 27, 40, 0.9); }
|
||||
.notification-banner .notification-button:first-child {
|
||||
border-radius: 0 0 0 3px; }
|
||||
|
||||
Reference in New Issue
Block a user