From 4e824e9f5658196f44a6eb6b7036b946303c555e Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 9 Nov 2022 21:09:21 +0800 Subject: [PATCH] Fixed #87 --- src/sass/gtk/_common-4.0.scss | 5 ++--- src/sass/gtk/apps/_gnome-4.0.scss | 12 +++++++----- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/src/sass/gtk/_common-4.0.scss b/src/sass/gtk/_common-4.0.scss index c888f498..bcd8392c 100644 --- a/src/sass/gtk/_common-4.0.scss +++ b/src/sass/gtk/_common-4.0.scss @@ -1644,8 +1644,7 @@ headerbar { spinbutton, button, menubutton, - stackswitcher, - separator:not(.sidebar) { + stackswitcher { margin-top: 0; margin-bottom: 0; } @@ -4938,7 +4937,7 @@ windowcontrols { background-color: $primary; } -.monospace { font-family: monospace; } +// .monospace { font-family: monospace; } /********************** diff --git a/src/sass/gtk/apps/_gnome-4.0.scss b/src/sass/gtk/apps/_gnome-4.0.scss index fbf212ae..3010b021 100644 --- a/src/sass/gtk/apps/_gnome-4.0.scss +++ b/src/sass/gtk/apps/_gnome-4.0.scss @@ -98,12 +98,14 @@ window.dialog { // Calculator // -.history-view { background-color: $base; } +.display-container { + .history-view { background-color: $base; } -.sourceview { - padding: 0 12px 8px 0; - font-size: 1.4em; - border-top: 1px solid $border; + #displayitem { + padding: 0 12px 8px 0; + font-size: 1.4em; + border-top: 1px solid $border; + } } .math-buttons button {