From 42428e3643e0a2ebbff766b8c823ef423d5386ee Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Tue, 26 Mar 2024 11:45:37 -0700
Subject: WIP: zoom
---
style.css | 19 +++++++++++++++++--
1 file changed, 17 insertions(+), 2 deletions(-)
(limited to 'style.css')
diff --git a/style.css b/style.css
index e91931d..25b4a91 100644
--- a/style.css
+++ b/style.css
@@ -1,9 +1,15 @@
svg {
background-color: darkgray;
+ flex-basis: 100%;
+}
+
+div#content {
+ flex-basis: 0;
}
body {
margin: 0;
+ display: flex;
}
circle#point {
@@ -78,6 +84,7 @@ line.ruler {
.soldier-record {
display: inline-block;
+ white-space: nowrap;
}
image#img1 {
@@ -109,7 +116,8 @@ image#img2 {
}
#record-sheet {
- display: flex;
+ /* display: flex; */
+ display: none;
}
#record-sheet > div {
@@ -129,5 +137,12 @@ img.logo {
}
div.soldier-record.selected {
- background-color: goldenrod;
+ background-color: lightgray;
+}
+
+rect#view-box {
+ stroke: red;
+ stroke-width: 20px;
+ fill: blue;
+ fill-opacity: 0.2;
}
\ No newline at end of file
--
cgit v1.2.3