More comfy font sizes
This commit is contained in:
parent
3c48e8ccd9
commit
c32c080126
|
@ -349,7 +349,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.textarea_compact {
|
.textarea_compact {
|
||||||
font-size: calc(var(--mainFontSize) * 0.9);
|
font-size: calc(var(--mainFontSize) * 0.95);
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -416,4 +416,4 @@
|
||||||
|
|
||||||
.opacity1 {
|
.opacity1 {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3168,7 +3168,7 @@ a {
|
||||||
|
|
||||||
.drawer-content select {
|
.drawer-content select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: calc(var(--mainFontSize) * 0.9);
|
font-size: calc(var(--mainFontSize) * 0.95);
|
||||||
}
|
}
|
||||||
|
|
||||||
.settingsSectionWrap {
|
.settingsSectionWrap {
|
||||||
|
|
Loading…
Reference in New Issue