From ce8dbb39b064a492dca650af36c1fb012ad88068 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 16 Jul 2019 23:08:25 +0200 Subject: make loading look a little better --- webAO/client.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'webAO/client.css') diff --git a/webAO/client.css b/webAO/client.css index a88816b..bccc2ee 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -59,6 +59,8 @@ img { #client_loading { position: absolute; + display: flex; + flex-direction: column; width: 90vw; height: 40vh; top: 50%; @@ -66,14 +68,17 @@ img { margin-right: -50%; transform: translate(-50%, -50%); justify-content: center; - display: flex; align-items: center; background: black; color: lightgreen; - font-size: 3em; + font-size: 2em; z-index: 100; } +#client_loadingtext { + margin: 0; +} + #client_gamewindow { position: relative; padding-bottom: 75%; -- cgit