Fix big padding on shell notification button

This commit is contained in:
EliverLara
2020-02-08 11:45:00 -06:00
parent 425464738a
commit 9aaba17e41
2 changed files with 2 additions and 2 deletions

View File

@@ -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; }

View File

@@ -1506,7 +1506,7 @@ StScrollBar {
padding-top: 2px;
spacing: 1px; }
.notification-banner .notification-button {
padding: 4px 4px 5px;
padding: 0px;
background-color: rgba(26, 30, 33, 0.9); }
.notification-banner .notification-button:first-child {
border-radius: 0 0 0 3px; }