[gnome-shell/gbsneto/pagination: 19/21] theme: Adjust folder dialog CSS
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/gbsneto/pagination: 19/21] theme: Adjust folder dialog CSS
- Date: Fri, 22 May 2020 16:24:52 +0000 (UTC)
commit c86362a665e473f2b3ba396beb0e080800a8e64c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Wed May 20 19:19:40 2020 -0300
theme: Adjust folder dialog CSS
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1271
data/theme/gnome-shell-sass/widgets/_app-grid.scss | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
index f0334f3972..8a024f3ca5 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -36,8 +36,8 @@ $app_grid_fg_color: #fff;
.app-folder-dialog {
border-radius: $modal_radius * 1.5;
border: 1px solid $osd_outer_borders_color;
- spacing: 12px;
background-color: transparentize(darken($osd_bg_color,10%), 0.05);
+ padding: 12px;
& .folder-name-container {
padding: 24px 36px 0;
@@ -46,7 +46,7 @@ $app_grid_fg_color: #fff;
& .folder-name-label,
& .folder-name-entry {
font-size: 18pt;
- font-weight: bold;
+ font-weight: 800;
}
& .folder-name-entry { width: 300px }
@@ -68,8 +68,8 @@ $app_grid_fg_color: #fff;
}
.app-folder-dialog-container {
padding: 12px;
- width: 800px;
- height: 600px;
+ width: 620px;
+ height: 620px;
}
.app-folder-icon {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]