Skip to content

Commit f1aba34

Browse files
committed
gnome-shell: Increase window-close button size
The close button size was increased upstream in GNOME 40 cycle [1]. Enlarge it slightly for Arc as well, to make it easier to click. [1] https://gitlab.gnome.org/GNOME/gnome-shell/-/commit/42c2bf709ea55ed41693e5c34c5f9e05f44b4737
1 parent 4e7b6a3 commit f1aba34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ StScrollBar {
15561556
//
15571557
// Close buttons
15581558
//
1559-
$window_close_button_size: 22px;
1559+
$window_close_button_size: 26px;
15601560
$window_close_button_padding: 0;
15611561

15621562
.window-close {
@@ -1570,7 +1570,7 @@ $window_close_button_padding: 0;
15701570
padding: $window_close_button_padding;
15711571
transition-duration: 100ms;
15721572

1573-
& > StIcon { icon-size: 16px; }
1573+
& > StIcon { icon-size: 18px; }
15741574

15751575
&:hover {
15761576
background-color: lighten(saturate($destructive_color, 15%), 12%);

0 commit comments

Comments
 (0)