summaryrefslogtreecommitdiff
path: root/static/input.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'static/input.css')
-rw-r--r--static/input.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/static/input.css b/static/input.css
index c308796..2bda49c 100644
--- a/static/input.css
+++ b/static/input.css
@@ -377,7 +377,7 @@ a:hover, .linklike:hover {
margin-top: 0.25rem;
border-radius: 0.5rem;
position: absolute;
- z-index: 1001;
+ z-index: 15;
}
.grid-tooltip:hover .grid-tooltip-text {
@@ -435,7 +435,7 @@ a:hover, .linklike:hover {
}
}
-@container main (width >= 56rem) {
+@container main (width >= 48rem) {
.grid-item, .grid-sizer {
width: 25%;
}
@@ -445,7 +445,7 @@ a:hover, .linklike:hover {
}
}
-@container main (width >= 96rem) {
+@container main (width >= 64rem) {
.grid-item, .grid-sizer {
width: 20%;
}
@@ -495,7 +495,6 @@ a:hover, .linklike:hover {
.gslide-description {
flex-grow: 0;
flex-shrink: 1;
- flex-basis: 0;
}
.map-container .leaflet-container {