diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-18 09:52:35 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-18 09:52:35 +0100 |
| commit | 7a77cfa6ccb6ef9a6c0f4944e4950ac6a0f43ecc (patch) | |
| tree | 1024f5f83f5e83983d26f566167f7017a96bd394 | |
| parent | 3fb7ad9655d9e4658674d3d03ce8a1637af821a8 (diff) | |
| download | themes-7a77cfa6ccb6ef9a6c0f4944e4950ac6a0f43ecc.tar.gz themes-7a77cfa6ccb6ef9a6c0f4944e4950ac6a0f43ecc.tar.bz2 themes-7a77cfa6ccb6ef9a6c0f4944e4950ac6a0f43ecc.zip | |
Add 6-column breakpoint for .fisheye-flow at 1600px
Sites running fluid layout at 1600px+ get 6 columns (16.6667% width)
in auto_flow galleries. No effect on other gallery types.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | css/config.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/config.css b/css/config.css index c827872..eb890fa 100644 --- a/css/config.css +++ b/css/config.css @@ -609,3 +609,8 @@ ul.data li.item:last-child { .fisheye-flow .gallery-img { flex: 1; } +@media (min-width: 1600px) { + .fisheye-flow > [class*="col-"] { + width: 16.6667%; + } +} |
