mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
Revert "theme/panel: Remove spacing between Activities and appmenu"
As minor as the visual change is, it's still a UI change.
This reverts commit 91c4c43a7d.
This commit is contained in:
parent
b160e44dab
commit
53adc7b733
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ $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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue