diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-21 12:25:18 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-06-21 12:25:52 +0200 |
commit | 598313adbd56d342e47093e14b510a70eb6235a7 (patch) | |
tree | 2ca90988b2b05f277987527662c5d79fefbd5da7 | |
parent | 97f041de8cb593d46ccb15141d92e1984d9847d1 (diff) | |
download | server-598313adbd56d342e47093e14b510a70eb6235a7.tar.gz |
Change default Columbia battle screen width to fit 6 blocks.
-rw-r--r-- | public/common/columbia.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/common/columbia.css b/public/common/columbia.css index cc31e49..7b6f78e 100644 --- a/public/common/columbia.css +++ b/public/common/columbia.css @@ -2,7 +2,7 @@ #battle { position: fixed; - min-width: 450px; + min-width: 524px; /* 6 blocks wide */ left: 12px; top: 56px; z-index: 50; |