We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f34d5 commit 0b288f2Copy full SHA for 0b288f2
common/gnome-shell/42/sass/_common.scss
@@ -261,6 +261,7 @@ StScrollBar {
261
262
&-linked-button {
263
height: if($variant=='light', 39px, 38px);
264
+ margin: 0;
265
padding: 0;
266
box-shadow: inset 0 0 black;
267
border-top-width: if($variant=='light', 0px, 1px);
@@ -2179,6 +2180,7 @@ $_dash_bottom_margin: 20px;
2179
2180
spacing: 3px;
2181
}
2182
.notification-button {
2183
+ marging: 0;
2184
padding: 4px 4px 5px;
2185
min-height: 0;
2186
font-weight: normal !important;
@@ -2233,6 +2235,7 @@ $_dash_bottom_margin: 20px;
2233
2235
2234
2236
2237
.hotplug-notification-item {
2238
2239
padding: 2px 10px;
2240
2241
@extend %button;
0 commit comments