diff --git a/public/css/mobile-styles.css b/public/css/mobile-styles.css index b0660b2c6..e05f77c27 100644 --- a/public/css/mobile-styles.css +++ b/public/css/mobile-styles.css @@ -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; } -} \ No newline at end of file +} diff --git a/public/index.html b/public/index.html index 3baaf575e..868530386 100644 --- a/public/index.html +++ b/public/index.html @@ -2151,7 +2151,7 @@
-
+

Context Template @@ -2374,7 +2374,7 @@

-
+

Tokenizer