diff options
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 9 |
1 files changed, 7 insertions, 2 deletions
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%; |
