[gnome-shell/wip/carlosg/appgrid-navigation: 2/7] theme: Improve look of FolderDialog wrt page previews
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/appgrid-navigation: 2/7] theme: Improve look of FolderDialog wrt page previews
- Date: Mon, 1 Mar 2021 17:02:35 +0000 (UTC)
commit ad4771cfaf9e7c4a53e21a061e17925e48f7820c
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.
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]