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;
|
spacing: 1px;
|
||||||
}
|
}
|
||||||
.notification-button {
|
.notification-button {
|
||||||
padding: 4px 4px 5px;
|
padding: 0px;
|
||||||
background-color: transparentize($bg_color, 0.1);
|
background-color: transparentize($bg_color, 0.1);
|
||||||
&:first-child { border-radius: 0 0 0 3px; }
|
&:first-child { border-radius: 0 0 0 3px; }
|
||||||
&:last-child { border-radius: 0 0 3px 0; }
|
&:last-child { border-radius: 0 0 3px 0; }
|
||||||
|
|||||||
@@ -1506,7 +1506,7 @@ StScrollBar {
|
|||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
spacing: 1px; }
|
spacing: 1px; }
|
||||||
.notification-banner .notification-button {
|
.notification-banner .notification-button {
|
||||||
padding: 4px 4px 5px;
|
padding: 0px;
|
||||||
background-color: rgba(16, 16, 19, 0.9); }
|
background-color: rgba(16, 16, 19, 0.9); }
|
||||||
.notification-banner .notification-button:first-child {
|
.notification-banner .notification-button:first-child {
|
||||||
border-radius: 0 0 0 3px; }
|
border-radius: 0 0 0 3px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user