From a1e8289126ccb2b57fc15c4deb82cfb84bfaf93b Mon Sep 17 00:00:00 2001 From: ebolam Date: Thu, 27 Oct 2022 13:34:34 -0400 Subject: [PATCH] Better welcome text positioning. --- static/koboldai.css | 11 ++++++++--- templates/index_new.html | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/static/koboldai.css b/static/koboldai.css index 496ead1e..25c29720 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2371,9 +2371,14 @@ body { } #welcome-logo { - pointer-events: none; - max-width: 720px; - width: 100%; + width: 50%; + display: block; + margin-top: 480px; + margin-left: auto; + margin-right: auto; + pointer-events: none; + transform: translateY(-200px); + max-width: 720px; } /* Popups */ diff --git a/templates/index_new.html b/templates/index_new.html index 61c82d1d..7e0f7986 100644 --- a/templates/index_new.html +++ b/templates/index_new.html @@ -45,7 +45,7 @@

Disconnected

-
+