diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-03-23 22:26:33 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-03-23 22:26:33 +0100 |
| commit | 06ee582c4adefdb35220c63ee4a30444474e9388 (patch) | |
| tree | db90fc0814013d7c43029f1094cf6f8afffe67e5 /webAO/styles/client.css | |
| parent | cd3f7eda8f8a9c407b7750a374e8a40c52c2d881 (diff) | |
| parent | 30b4e3e8c84ce3f980fe895d4c64800fc7f00ece (diff) | |
Merge branch 'master' into coolloading
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index c778d6f..7f72eb1 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -174,14 +174,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 { |
