[gnome-shell-sass] theme/search-entry: Tweak the margins a bit



commit a9bd022ff6fd5cbe05b4a6d0fdc8683748c301f7
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Mon Feb 22 12:46:42 2021 +0100

    theme/search-entry: Tweak the margins a bit
    
    Use a bit less margin at the top and add some margin at the bottom of
    the search entry. This should ensure the search entry is closer to the
    panel than to the workspaces and avoid associating the workspace
    thumbnails with the search instead of the window picker.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1702>

 widgets/_search-entry.scss | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/widgets/_search-entry.scss b/widgets/_search-entry.scss
index 4568170..b184e67 100644
--- a/widgets/_search-entry.scss
+++ b/widgets/_search-entry.scss
@@ -11,7 +11,8 @@ $search_entry_height: 36px;
   color: transparentize($fg_color,0.3);
   background-color: $bg_color;
   border-color: $borders_color;
-  margin-top: 24px;
+  margin-top: $base_spacing * 2;
+  margin-bottom: $base_spacing;
 
   &:hover {
     background-color: $hover_bg_color;
@@ -33,4 +34,4 @@ $search_entry_height: 36px;
     padding: 0 4px;
     color: inherit;
   }
-}
\ No newline at end of file
+}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]