theme/panel: Remove spacing between Activities and appmenu

Top bar elements now have more padding, which makes the spacing between those
elements excessive, so remove it.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3769

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1754>
This commit is contained in:
arushsharma24 2021-03-11 18:06:10 +05:30 committed by Florian Müllner
parent a57d66a993
commit 91c4c43a7d

View File

@ -25,11 +25,6 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
}
}
// spacing between activities, app menu and such
#panelLeft, #panelCenter {
spacing: $base_spacing;
}
// the rounded outset corners
.panel-corner {
-panel-corner-radius: $panel_corner_radius;