summaryrefslogtreecommitdiff
path: root/static/input.css
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'static/input.css')
-rw-r--r--static/input.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/input.css b/static/input.css
index dc902a4..c308796 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: 401;
+ z-index: 1001;
}
.grid-tooltip:hover .grid-tooltip-text {
@@ -435,7 +435,7 @@ a:hover, .linklike:hover {
}
}
-@container main (width >= 48rem) {
+@container main (width >= 56rem) {
.grid-item, .grid-sizer {
width: 25%;
}
@@ -445,7 +445,7 @@ a:hover, .linklike:hover {
}
}
-@container main (width >= 64rem) {
+@container main (width >= 96rem) {
.grid-item, .grid-sizer {
width: 20%;
}
@@ -495,6 +495,7 @@ a:hover, .linklike:hover {
.gslide-description {
flex-grow: 0;
flex-shrink: 1;
+ flex-basis: 0;
}
.map-container .leaflet-container {