[gnome-shell/gbsneto/pagination: 3/8] 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: 3/8] theme: Adjust folder dialog CSS
- Date: Thu, 18 Jun 2020 13:55:11 +0000 (UTC)
commit 5aee714b70341bffc83b74f3684b228392b5e1d7
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 f52a91663f..8d3ae62bde 100644
--- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss
+++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss
@@ -38,8 +38,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;
@@ -48,7 +48,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 }
@@ -70,8 +70,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]