From 9ca35fc98d77cd7c23dfbe25de8a67194b270b44 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 19 Jun 2021 18:02:53 +0200 Subject: tripoli: Show active card as tooltip instead of zooming. --- play.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'play.html') diff --git a/play.html b/play.html index 638358e..ceea69b 100644 --- a/play.html +++ b/play.html @@ -65,15 +65,21 @@ border-radius: 5px; } -.card_info .card:hover { - transform: scale(2) translateY(-30px); -} - .role_info { padding: 5px 20px; white-space: pre-wrap; } +#tooltip.card { + position: fixed; + z-index: 100; + right: 240px; + top: 60px; +} +#tooltip.show { + display: block; +} + /* MAP */ .mapwrap.fit { @@ -263,6 +269,7 @@ svg circle, .piece {
+
Chat
@@ -313,7 +320,7 @@ svg circle, .piece {
United States ($USER)
0 cards in hand
-
+
-- cgit v1.2.3