From f59b06707f0657f5f1fc12801f55810122fc128c Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Sat, 6 Jan 2024 21:20:53 +0800 Subject: [PATCH] Update _gnome-40.0.scss --- src/sass/gtk/apps/_gnome-40.0.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/sass/gtk/apps/_gnome-40.0.scss b/src/sass/gtk/apps/_gnome-40.0.scss index 495d4e74..25eb9a03 100644 --- a/src/sass/gtk/apps/_gnome-40.0.scss +++ b/src/sass/gtk/apps/_gnome-40.0.scss @@ -220,6 +220,12 @@ $flap_sidebar_size: 240px; } } +navigation-view-page > toolbarview > scrolledwindow > viewport > clamp { + > box > box > stack > button { + margin-top: $container_padding * 2; + } +} + // Extensions window.nightthemeswitcher headerbar { background: $header_bg;