summaryrefslogtreecommitdiff
path: root/static/input.css
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <145215889+SayaAndy@users.noreply.github.com> 2025-10-18 22:54:30 +0700
committerGravatar GitHub <noreply@github.com> 2025-10-18 22:54:30 +0700
commit3266aae61dbaaba45e32d64d7faddaaa671f8b52 (patch)
tree09a444341fff609c2920c10c0b1eb8442a3ea5e0 /static/input.css
parentc47025d4d63d06c6eb396377f87ebdb26c6f3b34 (diff)
parent0aeed432c4fbce4a87b56e4dcb14b25065438300 (diff)
downloadweb-0.9.4.tar.gz
web-0.9.4.zip
v0.9.4 (#14)v0.9.4
- [feat: uninterruptable lightbox](https://github.com/SayaAndy/saya-today-web/commit/7a65150afeb67ab83ac2eb34194601033e3d647d) - [fix: disable horizontal order for masonry](https://github.com/SayaAndy/saya-today-web/commit/5216fe419f15bab38add61084e46d052ad117aa2) - fix: image description taking up all the height in glightbox - feat: raise width levels for columns count in gallery - [fix: show tooltips over leaflet map controls](https://github.com/SayaAndy/saya-today-web/commit/7275a7813d6ecaba344e25ddb5b24083e4861a76) - feat: raise width levels for thumbnails resolution - [fix: display theme wheel correctly in map page](https://github.com/SayaAndy/saya-today-web/commit/f87c9ca31061b232e7e3d71b8cb3c5895c9f77dc) - [fix: stretch map to feel empty space on the right](https://github.com/SayaAndy/saya-today-web/commit/0aeed432c4fbce4a87b56e4dcb14b25065438300)
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 {