mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Make thonking block font size scaling
This commit is contained in:
@@ -387,7 +387,7 @@ input[type='checkbox']:focus-visible {
|
|||||||
padding: 7px 14px;
|
padding: 7px 14px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: var(--grey30);
|
background-color: var(--grey30);
|
||||||
font-size: 0.9rem;
|
font-size: calc(var(--mainFontSize) * 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports not selector(:has(*)) {
|
@supports not selector(:has(*)) {
|
||||||
|
Reference in New Issue
Block a user