From 36cee301ceecb7596012567a62ce04b680116755 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 28 Oct 2023 21:27:45 +0800 Subject: [PATCH] update #964 --- src/sass/gtk/apps/_gnome-3.22.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/sass/gtk/apps/_gnome-3.22.scss b/src/sass/gtk/apps/_gnome-3.22.scss index d7a1815b..90793aeb 100644 --- a/src/sass/gtk/apps/_gnome-3.22.scss +++ b/src/sass/gtk/apps/_gnome-3.22.scss @@ -90,7 +90,11 @@ $nautilus_sidebar_image: image($dark_sidebar_bg); @if $placement == 'left' { > box > stack > box { - margin-left: 22px; + margin-left: 18px; + } + + entry { + margin-left: 6px; } } }