More comfy font sizes

This commit is contained in:
Cohee 2023-08-23 15:53:05 +03:00
parent 3c48e8ccd9
commit c32c080126
2 changed files with 3 additions and 3 deletions

View File

@ -349,7 +349,7 @@
}
.textarea_compact {
font-size: calc(var(--mainFontSize) * 0.9);
font-size: calc(var(--mainFontSize) * 0.95);
line-height: 1.2;
}
@ -416,4 +416,4 @@
.opacity1 {
opacity: 1 !important;
}
}

View File

@ -3168,7 +3168,7 @@ a {
.drawer-content select {
width: 100%;
font-size: calc(var(--mainFontSize) * 0.9);
font-size: calc(var(--mainFontSize) * 0.95);
}
.settingsSectionWrap {