From 2e4972ac91db74a847695137b45845e16ea49036 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 24 Jan 2023 19:25:11 +0800 Subject: [PATCH] Fixed welcome screen content overflow on mobile devices. --- static/koboldai.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index 516172a9..0a298df9 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1658,7 +1658,7 @@ body { .themerow { grid-area: theme; - width: 500px; + /* width: 500px; */ margin-left: 10px; }