summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-07-03 01:58:05 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:12:55 +0100
commitc08f00dd615ba419710485002fbf0a06b6179842 (patch)
treee8c077c54b266ccd231a3af14241fdcda164db15
parent4040ff3d9ea6d24599ea0295fd6a4889f7c89ee1 (diff)
downloadrichard-iii-c08f00dd615ba419710485002fbf0a06b6179842.tar.gz
Improve map zooming!
-rw-r--r--play.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/play.html b/play.html
index 4d87e71..61f40e7 100644
--- a/play.html
+++ b/play.html
@@ -14,7 +14,7 @@
<script defer src="ui.js"></script>
<style>
-.grid_center { background-color: #9aa; }
+.grid_center { background-color: #788; }
.grid_role { background-color: ghostwhite; }
.grid_log { background-color: ghostwhite; }
.grid_top { background-color: silver; }
@@ -55,9 +55,14 @@
/* MAP */
+.mapwrap {
+ box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
+ width: 1688px;
+ height: 1950px;
+}
+
.map {
position: relative;
- display: block;
width: 1688px;
height: 1950px;
}