[gnome-shell/wip/carlosg/appgrid-navigation: 19/24] theme: Improve look of FolderDialog wrt page previews




commit c15dce242e01dae0e826ce1fa8e62990c1fba585
Author: Carlos Garnacho <carlosg gnome org>
Date:   Fri Feb 12 20:48:37 2021 +0100

    theme: Improve look of FolderDialog wrt page previews
    
    Remove padding on left and right of the contained widgetry, so
    there's no seams animating things from the border. Also, remove
    the padding between IconGrid pages, so the nest/prev pages are
    visible given the dialog width.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1630>

 data/theme/gnome-shell-sass/widgets/_app-grid.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss 
b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index d7d36b4e95..f19c126b7e 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -42,7 +42,7 @@ $app_grid_fg_color: #fff;
 .app-folder-dialog { //style like the dash
   border-radius: $modal_radius * 1.5;
   background-color: $dash_background_color;
-  padding: 12px;
+  padding: 12px 0px 12px 0px;
 
   & .folder-name-container {
     padding: 24px 36px 0;
@@ -76,6 +76,8 @@ $app_grid_fg_color: #fff;
     column-spacing: $base_spacing * 5;
     page-padding-top: 0;
     page-padding-bottom: 0;
+    page-padding-left: 0;
+    page-padding-right: 0;
   }
 
   & .page-indicators {


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