diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-30 00:37:47 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-30 21:36:19 +0100 |
commit | 82b95a56dd3f9b8d95ae59d36dfeb81bc6834821 (patch) | |
tree | ffe1c8ca22ee5c31c5f1133d39e3b40002fb7684 /play.html | |
parent | 726b52c4c2833f6eceef540b3ca5102fee0cd5d4 (diff) | |
download | votes-for-women-82b95a56dd3f9b8d95ae59d36dfeb81bc6834821.tar.gz |
Zoom in and lift persistent card on mouseover with shift.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -269,6 +269,13 @@ div.persistent_box { border-radius: 8px; } +body.shift .persistent_box .card:hover { + width: 250px; + height: 350px; + border-radius: 16px; + z-index: 100; +} + div.congress_box { position: absolute; box-sizing: border-box; |