aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-07-18 22:24:58 +0200
committerstonedDiscord <stoned@derpymail.org>2019-07-18 22:24:58 +0200
commite188b0dd87c472324419e3b2b1ec1647647478ba (patch)
tree3cc43428f36835dc715dcdeaa3828f7b1d4c1986 /webAO/client.css
parent98fd50a88ff721e573278fd2710c6fc5d075f88a (diff)
I DID IT (overlapping bg issue and flash)
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/webAO/client.css b/webAO/client.css
index 2ef43ec..1573103 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -74,8 +74,7 @@ img {
}
#client_gamewindow {
- position: relative;
- padding-bottom: 75%;
+ width: 100%;
}
#client_charselect {
@@ -189,11 +188,9 @@ img {
}
#client_background {
- position: absolute;
+ position: relative;
+ padding-bottom: 75%;
background-color: transparent;
- width: 100%;
- height: auto;
- padding-bottom: 71%;
top: 0;
left: 0;
}