aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-15 22:39:09 +0100
committersD <stoned@derpymail.org>2020-02-15 22:39:09 +0100
commitd3b7e5b7c06eec03cb5d51c51e10f6df3e5c446e (patch)
tree0845825da2911e9315f051f2de11f05cf6df0249
parentf2577419f6552f6f92ae6d4ee4501c198ba32fb5 (diff)
wow things are actually centered now
-rw-r--r--webAO/styles/client.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index e76fb79..ecc2089 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -113,9 +113,7 @@
width: 80vw;
max-height: 90vh;
overflow-y: scroll;
- justify-content: center;
- align-items: center;
- vertical-align: middle;
+ text-align: center;
margin: 0 auto;
background: #444;
z-index: 50;