From bed49deb0fe9e6b70d9026388193ccfc29657cf6 Mon Sep 17 00:00:00 2001 From: somebody Date: Thu, 25 Aug 2022 16:06:35 -0500 Subject: [PATCH 1/3] Add help text to random prompt thingey --- static/koboldai.css | 2 ++ templates/index_new.html | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@