summaryrefslogtreecommitdiff
path: root/static
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-10-18 22:15:04 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-10-18 22:15:04 +0700
commit5216fe419f15bab38add61084e46d052ad117aa2 (patch)
treeba1efab02085588bef2b7dfbf51af695e505b7a3 /static
parent8389811f17d192dc4d89761c2f08f311e8ee7a87 (diff)
downloadweb-5216fe419f15bab38add61084e46d052ad117aa2.tar.gz
web-5216fe419f15bab38add61084e46d052ad117aa2.zip
fix: disable horizontal order for masonry
feat: raise width levels for columns count in gallery feat: raise width levels for thumbnails resolution
Diffstat (limited to 'static')
-rw-r--r--static/input.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/input.css b/static/input.css
index dc902a4..91c1e05 100644
--- a/static/input.css
+++ b/static/input.css
@@ -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%;
}