summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-05-23 15:03:55 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:08:56 +0100
commitc7a7a9376cb661dd14887e2f9d3889674b37cac9 (patch)
tree69857538ab997235894842138bee363ffd60400a /play.html
parentace58ffddf8edaeb7f2cd73fc655e0475a720f25 (diff)
downloadjulius-caesar-c7a7a9376cb661dd14887e2f9d3889674b37cac9.tar.gz
Add 'shift zoom' for blocks.
Diffstat (limited to 'play.html')
-rw-r--r--play.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/play.html b/play.html
index f439ef5..49e4389 100644
--- a/play.html
+++ b/play.html
@@ -137,6 +137,11 @@
display: none;
}
+body.shift .block.known:hover {
+ transform: scale(2) !important;
+ transition: 100ms;
+}
+
.map .block { position: absolute; z-index: 2; }
.map .block.highlight { z-index: 3; }
.map .block.selected { z-index: 4; }