From 77bbf5b8262afe8466ef7047d5c7312eb016e7ce Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Tue, 26 Mar 2024 15:50:45 -0700
Subject: WIP: think I got zoom working?
---
style.css | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
(limited to 'style.css')
diff --git a/style.css b/style.css
index 25b4a91..45af2fb 100644
--- a/style.css
+++ b/style.css
@@ -53,6 +53,9 @@ text.counter {
rect#map {
fill: black;
opacity: 0;
+ /* fill-opacity: 0;
+ stroke: red;
+ stroke-width: 4px; */
}
polygon.firing-arc {
@@ -116,8 +119,8 @@ image#img2 {
}
#record-sheet {
- /* display: flex; */
- display: none;
+ display: flex;
+ /* display: none; */
}
#record-sheet > div {
@@ -140,9 +143,9 @@ div.soldier-record.selected {
background-color: lightgray;
}
-rect#view-box {
- stroke: red;
- stroke-width: 20px;
+rect#debug-view-box {
+ /* stroke: red;
+ stroke-width: 20px; */
fill: blue;
fill-opacity: 0.2;
}
\ No newline at end of file
--
cgit v1.2.3