diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:51:23 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-10 19:52:56 +0100 |
commit | e67206db362bc6a1642aaf2317dee49fe0bd184b (patch) | |
tree | d115c3cb586c0cdb6a18ce2870ab70361fa2689f /play.css | |
parent | 746c8f3c1c0a601168a2d576b19c61c61906f992 (diff) | |
download | wilderness-war-e67206db362bc6a1642aaf2317dee49fe0bd184b.tar.gz |
New player list.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 15 |
1 files changed, 4 insertions, 11 deletions
@@ -12,8 +12,6 @@ aside { min-width: 220px; } --selected-color: blue; } -.role_vp { float: right; } - .checked::before { content: "\2714 " } .unchecked::before { content: "\2714 "; color:transparent; } @@ -40,16 +38,11 @@ aside { min-width: 220px; } text-indent: -12px; } -.card_info { +#turn_info { position: relative; } -.card_info:hover #deck_size { - visibility: visible; -} - #deck_size { - visibility: hidden; position: absolute; right: 5px; bottom: 3px; @@ -99,12 +92,12 @@ aside { min-width: 220px; } .hand .card { display: none; } .hand .card.show { display: block; } -.card_info { +#turn_info { border-bottom: 1px solid black; padding: 15px 0; } -.card_info .card { +#turn_info .card { width: 120px; height: 168px; border-radius: 8px; @@ -112,7 +105,7 @@ aside { min-width: 220px; } } @media (max-height: 800px) { - .card_info { + #turn_info { display: none; } } |