aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-16 18:53:07 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-16 18:53:07 +0200
commit51bbb692498974dc2ed1982bcdd605af06bf84d4 (patch)
tree6e576913b1f48eb3b261aa083c2d85f0d5dbc37a
parent17da8d46ec488ff03897badf8a503c7a08b1c1f4 (diff)
make loading windows bigger
-rw-r--r--webAO/client.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.css b/webAO/client.css
index 29ff3cd..f13f2fa 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -60,7 +60,7 @@ img {
#client_loading {
position: absolute;
width: 90vw;
- height: 30vh;
+ height: 40vh;
top: 50%;
left: 50%;
margin-right: -50%;