From ccb4e0f4209ebd129924645cefa9561fc4f67dcc Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 2 May 2021 09:23:21 +0800 Subject: [PATCH] update --- src/sass/gtk/_applications-3.0.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/sass/gtk/_applications-3.0.scss b/src/sass/gtk/_applications-3.0.scss index 6be83d3..e5e2a13 100644 --- a/src/sass/gtk/_applications-3.0.scss +++ b/src/sass/gtk/_applications-3.0.scss @@ -163,12 +163,14 @@ $nautilus_sidebar_image: image($dark_sidebar_bg); > .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - 80px; } } - > .linked > button.disclosure-button { margin-left: $container_padding / 2; } + @if $nautilus_version == 'new' { + > .linked > button.disclosure-button { margin-left: $container_padding / 2; } - > box.horizontal:first-child { // move the search button to right side - margin-right: -74px; + > box.horizontal:first-child { // move the search button to right side + margin-right: -74px; - entry.search { margin-left: $container_padding; } + entry.search { margin-left: $container_padding; } + } } }