From c4af177195941032be4fb656f57aed19e535aaee Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 16 Jul 2019 23:13:45 +0200 Subject: much better looking loading tbh --- webAO/client.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index bccc2ee..ae9de3b 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -61,8 +61,6 @@ img { position: absolute; display: flex; flex-direction: column; - width: 90vw; - height: 40vh; top: 50%; left: 50%; margin-right: -50%; @@ -76,7 +74,7 @@ img { } #client_loadingtext { - margin: 0; + margin: 30px; } #client_gamewindow { -- cgit