Fix instruct mode being too cool for tiny phone screens
This commit is contained in:
parent
69b085e911
commit
aebf173720
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue