Skip to content

Commit 895a695

Browse files
committed
gnome-shell: Adjust folder dialog styling
Based on upstream commit: https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/5aee714b70341bffc83b74f3684b228392b5e1d7
1 parent e24c365 commit 895a695

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

common/gnome-shell/3.38/sass/_common.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2024,8 +2024,8 @@ StScrollBar {
20242024
.app-folder-dialog {
20252025
border-radius: 2px;
20262026
border: 1px solid transparentize(darken($dark_sidebar_bg, 25%), 0.5);
2027-
spacing: 12px;
20282027
background-color: darken($dark_sidebar_bg, 8%);
2028+
padding: 12px;
20292029

20302030
& .folder-name-container {
20312031
padding: 24px 36px 0;
@@ -2034,7 +2034,7 @@ StScrollBar {
20342034
& .folder-name-label,
20352035
& .folder-name-entry {
20362036
@include fontsize($font-size * 2);
2037-
font-weight: bold;
2037+
font-weight: 800;
20382038
}
20392039

20402040
& .folder-name-entry { width: 300px; }
@@ -2056,8 +2056,8 @@ StScrollBar {
20562056
}
20572057
.app-folder-dialog-container {
20582058
padding: 12px;
2059-
width: 800px;
2060-
height: 600px;
2059+
width: 620px;
2060+
height: 620px;
20612061

20622062
@if $variant == 'lighter' {
20632063
.overview-icon {

0 commit comments

Comments
 (0)