From 258882dd1a44d6c4ac332edfcce04e1c76fe6334 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 27 Dec 2022 12:26:14 +0800 Subject: [PATCH] update --- src/sass/gtk/apps/_gnome-40.0.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/sass/gtk/apps/_gnome-40.0.scss b/src/sass/gtk/apps/_gnome-40.0.scss index 7f242c9..e936895 100644 --- a/src/sass/gtk/apps/_gnome-40.0.scss +++ b/src/sass/gtk/apps/_gnome-40.0.scss @@ -45,6 +45,10 @@ $flap_sidebar_size: 240px; box.start > box { margin-left: 144px; } + + entry.search { + margin-left: $container_padding; + } } } @@ -98,8 +102,6 @@ $flap_sidebar_size: 240px; #NautilusQueryEditor { // search entry padding: 1px $container_padding; - > box { margin: 0; } - #NautilusQueryEditorTag { @extend .entry-tag; @@ -116,7 +118,7 @@ $flap_sidebar_size: 240px; padding: 0 4px; } - > text, > image { margin: 0; } + > box, > text, > image { margin: 0; } } #NautilusPathBar {