diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -296,8 +296,6 @@ body.shift .block.known:hover { #battle { background-color: tan; - left: calc(90px + max(0px, calc(50% - (1275px + 48px) / 2))); - top: 320px; } #battle_message { background-color: gainsboro; @@ -353,8 +351,8 @@ body.shift .block.known:hover { @media (min-width: 2000px) { #battle { - top: 745px; - left: calc(500px + max(0px, calc(50% - 2475px / 2))); + transform-origin: top left; + transform: rotate(90deg); } .hand { width: 2475px; |