aboutsummaryrefslogtreecommitdiffstats
path: root/grapher/style.css
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-02-06 03:55:23 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-02-06 03:55:23 +0000
commit21bc06407c450a3ae5643d5462c452ec92b3d782 (patch)
tree3e440f83409eb87c4bbdb1ef1be58ebe173545b2 /grapher/style.css
parent418e48e13cfd874de2677cde76227164cd00a005 (diff)
downloadRRCUtils-21bc06407c450a3ae5643d5462c452ec92b3d782.tar.gz
RRCUtils-21bc06407c450a3ae5643d5462c452ec92b3d782.tar.bz2
RRCUtils-21bc06407c450a3ae5643d5462c452ec92b3d782.zip
lots of things, most importantly (de)serialization
Diffstat (limited to 'grapher/style.css')
-rw-r--r--grapher/style.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/grapher/style.css b/grapher/style.css
index 650faba..35fe3bb 100644
--- a/grapher/style.css
+++ b/grapher/style.css
@@ -41,18 +41,18 @@ iframe#searcher {
}
div#graph {
+ width:100vw;
--graphOffsetX: 0;
--graphOffsetY: 0;
grid-area: graph;
- width: calc(100vw - 13cm);
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAA3SURBVDhPY2RgYPgPxBQDZhEZMM0EJqkIRg2kHIwaSDkYNZByMGog5YARWNJSpcSGASq7kIEBAL94Aos8Ra5sAAAAAElFTkSuQmCC");
background-repeat: repeat;
background-position-x: calc(var(--graphOffsetX) * 1px);
background-position-y: calc(var(--graphOffsetY) * 1px);
}
-#searchbox:not([open]) + div#graph {
- width:100vw !important;
+#searchbox[open] + div#graph {
+ width: calc(100vw - 13cm);
}
#searchbox:not([open]) > summary::marker {
@@ -90,6 +90,7 @@ div#graph {
}
div.chipbox {
+ z-index: 100;
--chipOffsetX: 0;
--chipOffsetY: 0;
position: absolute;
@@ -117,7 +118,7 @@ canvas {
bottom:0;
left:0;
right:0;
- z-index: 100;
+ z-index: 10;
pointer-events: none;
}
@@ -153,6 +154,7 @@ canvas {
right: 2rem;
background: #0000;
border-radius: 0;
+ z-index: 100;
}
#helpbox > div {