From 528861ab14b0974880683e156d2c99f37ca1292e Mon Sep 17 00:00:00 2001 From: somebody Date: Mon, 26 Dec 2022 21:35:25 -0600 Subject: [PATCH] Fix layout of inference scratchpad --- static/koboldai.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/koboldai.css b/static/koboldai.css index e384bc6b..aac1ee67 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2555,6 +2555,7 @@ body { display: flex; justify-content: center; align-items: center; + flex-direction: column; background-color: rgba(0, 0, 0, 0.7);