aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-01-14 10:03:15 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2026-01-14 23:21:34 +0100
commit1e4c4a588b7e00b9bbdd6de6449719e7cdf38a33 (patch)
tree23dabc920832c19014dfa6550db15afced195360 /client
parentf842640e9d0d1c10d2a23fd93929d274ebd86ad1 (diff)
Use SVG rendering1.1.0
Diffstat (limited to 'client')
-rw-r--r--client/wmap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/wmap.css b/client/wmap.css
index a524bcb..d5e6598 100644
--- a/client/wmap.css
+++ b/client/wmap.css
@@ -25,3 +25,7 @@
.wmap img {
width: 100%;
}
+
+.wardley-map.thumbnail text:nth-of-type(n + 7) {
+ cursor: pointer;
+}