From b6facd3afa63b7f76c885eec5f7c552643bac230 Mon Sep 17 00:00:00 2001 From: somebody Date: Sat, 22 Oct 2022 17:57:36 -0500 Subject: [PATCH] Fix logo dragging --- koboldai_settings.py | 2 +- static/koboldai.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/koboldai_settings.py b/koboldai_settings.py index baf1ae80..2a6d4d51 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -593,7 +593,7 @@ class model_settings(settings): self.oaiapikey = "" # API key to use for OpenAI API calls self.configname = None self.online_model = '' - self.welcome_default = "
Please load a model from the left." # Custom Welcome Text + self.welcome_default = "
Please load a model from the left." # Custom Welcome Text self.welcome = self.welcome_default self.koboldai_vars = koboldai_vars diff --git a/static/koboldai.css b/static/koboldai.css index 44ffeedc..2385273b 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2400,7 +2400,11 @@ body { color: white } - +#welcome-logo { + pointer-events: none; + max-width: 720px; + width: 100%; +} /*---------------------------------- Global ------------------------------------------------*/ .hidden { display: none;