summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Adwaita/_common.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index bddf62f632..57446f56e6 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -3389,6 +3389,18 @@ row image.sidebar-icon { opacity: $_placesidebar_icons_opacity; } // dim the sid
placessidebar, .navigation-sidebar {
> scrolledwindow.frame { border-style: none; }
+ list {
+ padding: 4px 0;
+
+ > row {
+ margin: 1px 0;
+ }
+
+ > separator {
+ margin: 4px 0;
+ }
+ }
+
row {
// Needs overriding of the GtkListBoxRow padding
min-height: 36px;