Skip to content

Commit

Permalink
gnome-shell: Remove unwanted margin from some buttons
Browse files Browse the repository at this point in the history
Fixes 1px gap between some buttons, that was inherited from the
default theme after GNOME Shell 42 update.
  • Loading branch information
jnsh committed Mar 28, 2022
1 parent 15f34d5 commit 0b288f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/gnome-shell/42/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ StScrollBar {

&-linked-button {
height: if($variant=='light', 39px, 38px);
margin: 0;
padding: 0;
box-shadow: inset 0 0 black;
border-top-width: if($variant=='light', 0px, 1px);
Expand Down Expand Up @@ -2179,6 +2180,7 @@ $_dash_bottom_margin: 20px;
spacing: 3px;
}
.notification-button {
marging: 0;
padding: 4px 4px 5px;
min-height: 0;
font-weight: normal !important;
Expand Down Expand Up @@ -2233,6 +2235,7 @@ $_dash_bottom_margin: 20px;
}

.hotplug-notification-item {
margin: 0;
padding: 2px 10px;
font-weight: normal !important;
@extend %button;
Expand Down

0 comments on commit 0b288f2

Please sign in to comment.