diff --git a/static/koboldai.css b/static/koboldai.css index fb456ab8..c20a31df 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1064,6 +1064,8 @@ body { } #random_game_prompt{ + display: flex; + flex-direction: column; grid-area: textarea; } diff --git a/templates/index_new.html b/templates/index_new.html index e1ef5b50..0afad93e 100644 --- a/templates/index_new.html +++ b/templates/index_new.html @@ -70,8 +70,9 @@