From d02de4239139dd226105cb79bfd00345093a9193 Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:00:03 +0200 Subject: area markers --- play.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'play.html') diff --git a/play.html b/play.html index e132261..63b1c8e 100644 --- a/play.html +++ b/play.html @@ -66,6 +66,14 @@ main { background-color: dimgray } grid-template-columns: repeat(8, 36px); } +.stack.m:hover { + grid-template-columns: repeat(8, 34px); +} + +.stack.s:hover { + grid-template-columns: repeat(8, 24px); +} + .stack:hover div { z-index: 100; } @@ -101,6 +109,12 @@ main { background-color: dimgray } border-width: 4px; } +.counter.s { + width: 26px; + height: 26px; + border-width: 1px; +} + /* #mapwrap.fit .counter { background-image: url(counters-simple.svg); } */ @@ -244,6 +258,7 @@ main { background-color: dimgray }
+
-- cgit v1.2.3