mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
theme/dash: Tweak margins of the dash
The Dash currently has a horizontal margin and a top margin applied. The horizontal margin isn't necessary since there already is a horizontal padding applied, and the top margin is a bit large, since the ControlsLayout enforces a spacing between the different containers already, so slightly decrease the margin-top here. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1702>
This commit is contained in:
parent
613efa72f3
commit
a27009f926
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ $dash_border_radius: $modal_radius * 1.5;
|
|||
|
||||
#dash {
|
||||
@include fontsize($base_font_size - 2);
|
||||
margin: $base_margin * 4 $base_margin * 2 0;
|
||||
margin-top: $base_spacing * 2;
|
||||
padding: 0 $dash_padding;
|
||||
|
||||
.placeholder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue