summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-18 12:25:13 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-18 12:25:13 +0100
commit064d687d3d72b910e2b5db095a402456854c8c86 (patch)
tree49d42e8a5ee711da39fda824838bd98173055d4e /css
parentfe323032e5d0961857d17e0aaae2529d5cc081a9 (diff)
downloadthemes-064d687d3d72b910e2b5db095a402456854c8c86.tar.gz
themes-064d687d3d72b910e2b5db095a402456854c8c86.tar.bz2
themes-064d687d3d72b910e2b5db095a402456854c8c86.zip
fisheye auto_flow: responsive thumb sizing overrides Bootstrap and site constraints
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'css')
-rw-r--r--css/config.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/config.css b/css/config.css
index 18cf977..1089a72 100644
--- a/css/config.css
+++ b/css/config.css
@@ -620,8 +620,10 @@ ul.data li.item:last-child {
flex-direction: column;
flex: 1;
}
-.fisheye-flow .gallery-img {
- flex: 1;
+.fisheye-flow img.thumb {
+ width: 100%;
+ height: auto;
+ max-width: none;
}
@media (min-width: 1600px) {
.fisheye-flow > [class*="col-"] {