aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-16 23:08:25 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-16 23:08:25 +0200
commitce8dbb39b064a492dca650af36c1fb012ad88068 (patch)
treee6f8231e9d27ab274f08b771e5237fc3ded3f82a /webAO/client.css
parentf54f9ce8f8860c1afed433c5043d304d9cb30390 (diff)
make loading look a little better
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css9
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%;