mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix instruct mode being too cool for tiny phone screens
This commit is contained in:
@@ -270,6 +270,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 1001px) {
|
||||||
|
#PygOverrides, #ContextFormatting {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*landscape mode phones and ipads*/
|
/*landscape mode phones and ipads*/
|
||||||
@media screen and (max-width: 1000px) and (orientation: landscape) {
|
@media screen and (max-width: 1000px) and (orientation: landscape) {
|
||||||
body.waifuMode img.expression {
|
body.waifuMode img.expression {
|
||||||
|
@@ -2151,7 +2151,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
<div class="flex-container">
|
<div class="flex-container">
|
||||||
<div name="PygOverrides" class="flex1">
|
<div id="PygOverrides">
|
||||||
<div>
|
<div>
|
||||||
<h4 data-i18n="Context Template">
|
<h4 data-i18n="Context Template">
|
||||||
Context Template
|
Context Template
|
||||||
@@ -2374,7 +2374,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div name="ContextFormatting" class="flex1">
|
<div id="ContextFormatting">
|
||||||
<div data-newbie-hidden>
|
<div data-newbie-hidden>
|
||||||
<h4><span data-i18n="Tokenizer">Tokenizer</span>
|
<h4><span data-i18n="Tokenizer">Tokenizer</span>
|
||||||
<a href="https://docs.sillytavern.app/usage/core-concepts/advancedformatting/#tokenizer" class="notes-link" target="_blank">
|
<a href="https://docs.sillytavern.app/usage/core-concepts/advancedformatting/#tokenizer" class="notes-link" target="_blank">
|
||||||
|
Reference in New Issue
Block a user