Fix instruct mode being too cool for tiny phone screens

This commit is contained in:
Cohee 2023-09-03 01:52:34 +03:00
parent 69b085e911
commit aebf173720
2 changed files with 9 additions and 3 deletions

View File

@ -270,6 +270,12 @@
}
}
@media screen and (min-width: 1001px) {
#PygOverrides, #ContextFormatting {
flex: 1;
}
}
/*landscape mode phones and ipads*/
@media screen and (max-width: 1000px) and (orientation: landscape) {
body.waifuMode img.expression {
@ -407,4 +413,4 @@
#horde_model {
height: unset;
}
}
}

View File

@ -2151,7 +2151,7 @@
</a>
</h3>
<div class="flex-container">
<div name="PygOverrides" class="flex1">
<div id="PygOverrides">
<div>
<h4 data-i18n="Context Template">
Context Template
@ -2374,7 +2374,7 @@
</div>
</div>
<div name="ContextFormatting" class="flex1">
<div id="ContextFormatting">
<div data-newbie-hidden>
<h4><span data-i18n="Tokenizer">Tokenizer</span>
<a href="https://docs.sillytavern.app/usage/core-concepts/advancedformatting/#tokenizer" class="notes-link" target="_blank">