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:
Florian Müllner 2021-03-13 01:27:12 +01:00
parent b160e44dab
commit 53adc7b733

View File

@ -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;