From 1b1a809178ecb4e4ae0f2204c441f4c2921b7785 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Sat, 8 Jun 2024 11:17:40 -0700
Subject: WIP: Fix pan-zoom for webkit
---
public/assets/css/map.css | 4 ----
1 file changed, 4 deletions(-)
(limited to 'public/assets/css/map.css')
diff --git a/public/assets/css/map.css b/public/assets/css/map.css
index 476560a..3d532ed 100644
--- a/public/assets/css/map.css
+++ b/public/assets/css/map.css
@@ -210,10 +210,6 @@ g.selected use.primary-weapon {
fill: red;
}
-.gameboard {
- transform: translate(19px, 31px) scale(4);
-}
-
/* Inradius and circumradius values come from the hexagon */
.grid, g.start-locations {
--inradius: 8.66px;
--
cgit v1.2.3