diff --git a/static/koboldai.css b/static/koboldai.css index 1db8bd7d..be6fdf74 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2426,6 +2426,7 @@ body { #welcome_text { align-self: flex-end; + height: 100%; } .welcome_text { @@ -2433,6 +2434,13 @@ body { height: 100%; } +#UI2defaultwelcome { + display: flex; + flex-direction: column; + height: 100%; + justify-content: space-between; +} + #welcome-logo { width: 50%; max-width: 720px;