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; }
|
||||
|
||||
Reference in New Issue
Block a user