This commit is contained in:
Vince
2022-11-09 21:09:21 +08:00
parent 0e076fac7f
commit 4e824e9f56
2 changed files with 9 additions and 8 deletions

View File

@@ -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; }
/**********************

View File

@@ -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 {