From ff93846b71b601ab6322b9197720d499fe9b9788 Mon Sep 17 00:00:00 2001 From: Vince Date: Thu, 29 Apr 2021 19:33:30 +0800 Subject: [PATCH] Fixed #206 --- src/sass/gtk/_applications-3.0.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/sass/gtk/_applications-3.0.scss b/src/sass/gtk/_applications-3.0.scss index d8851db..377b142 100644 --- a/src/sass/gtk/_applications-3.0.scss +++ b/src/sass/gtk/_applications-3.0.scss @@ -162,6 +162,14 @@ $nautilus_sidebar_image: image($dark_sidebar_bg); @if $nautilus_style == 'default' or $nautilus_style == 'stable' { > .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - 80px; } } + + > .linked > button.disclosure-button { margin-left: $container_padding / 2; } + + > box.horizontal:first-child { // move the search button to right side + margin-right: -74px; + + entry.search { margin-left: $container_padding; } + } } placessidebar.sidebar {