Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-26 11:45:37 -0700
committerCatalin Mititiuc <Catalin.Mititiuc@gmail.com>2024-03-26 11:45:37 -0700
commit42428e3643e0a2ebbff766b8c823ef423d5386ee (patch)
tree73985b323f443b616952e90f36a242e717cca59b /style.css
parent664e228e81331abbce32924a7046b9ae1497ec7a (diff)
WIP: zoom
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 17 insertions, 2 deletions
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