aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-03-20 20:02:47 +0100
committerGitHub <noreply@github.com>2022-03-20 20:02:47 +0100
commit30856f8a128cdee4e16edfd2de36aa5fb2febe8f (patch)
tree9dcc1c1063c0c7817028abc5685203f083351811 /webAO
parentef69cb63da031129db046d9b5f1f5b9feb57ee34 (diff)
parentbd76a2510c00755f1fccc8af8ebd75477df4511d (diff)
Merge pull request #124 from caleb-mabry/fix-shake
Fix Shake
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/client.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 940a1ea..4e0712e 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -169,14 +169,16 @@
#client_background {
position: relative;
- padding-bottom: 75%;
background-color: transparent;
top: 0;
left: 0;
}
#client_gamewindow {
+ position: inherit;
width: 100%;
+ padding-bottom: 75%;
+
}
#client_court_static {