This commit is contained in:
vinceliuice
2025-07-29 08:38:16 +08:00
parent 9d0b8dd1c5
commit 80c230daf3

View File

@@ -558,21 +558,61 @@ menubutton.flat.popup.sources-button {
.history-view { background-color: $base_color; }
.card {
&.display-container {
&.display-container, &.bit-panel {
border: 1px solid $borders_color;
.small & {
border-radius: 0;
&.display-container {
border-width: 0 0 1px 0;
}
}
box-shadow: none;
background-color: $base_color;
}
#displayitem {
border-top: 1px solid $borders_color;
}
&.bit-panel {
padding: $container_padding 0;
button, button.flat,
button.text-button {
min-width: 14px;
min-height: 12px;
padding: 0;
}
}
}
.small .card {
border-radius: 0;
&.display-container {
border-width: 0;
}
&.bit-panel {
border-width: 1px 0;
}
+ widget > stack {
border-top: 1px solid $borders_color;
}
}
.math-buttons {
.buttons {
min-width: 0;
min-height: 0;
}
button,
button.text-button,
menubutton > button,
menubutton > button.text-button {
min-width: 16px;
padding: 2px 4px;
}
button.number-button {
background-image: image($button_bg);
}
}
//
@@ -1549,4 +1589,4 @@ window.background.chromium {
background-color: gtkalpha(currentColor, 0.1);
color: $chrome_fg_color;
}
}
}