mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
More comfy font sizes
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user