From ca376d35abac7ae9d2ec6593a2f9adc956b3d67c Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sun, 9 Apr 2023 22:29:59 +0200 Subject: [PATCH] Important splash screen fix --- static/splash.html | 63 ++++++++++++++++++++++++++++++---------------- 1 file changed, 41 insertions(+), 22 deletions(-) diff --git a/static/splash.html b/static/splash.html index 3dd0701..3899100 100644 --- a/static/splash.html +++ b/static/splash.html @@ -1,29 +1,48 @@ - + .wrapper { + box-sizing: border-box; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + background-color: hsl(223 6.7% 20.6%); + border-radius: 8px; + border: 1px solid hsl(220 6.5% 18%); + } + + p { + color: rgb(219, 222, 225); + text-align: center; + } + + img { + width: 6em; + height: 6em; + } + -
-

Loading...

-
+
+ shiggy +

Loading Vencord Desktop...

+