diff options
-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; |