We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 862b9ba + aa18f6b commit 297835cCopy full SHA for 297835c
client/src/styles.css
@@ -621,8 +621,8 @@ body {
621
}
622
.settings-section {
623
margin-top: 12px;
624
- padding-top: 12px;
625
- border-top: 1px solid var(--border);
+ padding-top: 0;
+ border-top: 0;
626
627
.settings-section-head {
628
display: flex;
@@ -673,6 +673,11 @@ body {
673
font-size: 14px;
674
675
676
+/* Settings modal: keep button text readable (avoid "small" buttons shrinking). */
677
+.settings-modal .button.small {
678
+ font-size: 14px;
679
+}
680
+
681
/* Left sidebar chat items */
682
.left-sidebar {
683
height: 100%;
0 commit comments