From 06e25d1ef319d1dfe2d35ea40cb9ddd6f4bb1966 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 25 Feb 2024 12:25:04 +0100 Subject: [PATCH] Fix continuous image list inside content view --- src/main/handlebars/layout.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/handlebars/layout.handlebars b/src/main/handlebars/layout.handlebars index b8583d4..fa769e2 100755 --- a/src/main/handlebars/layout.handlebars +++ b/src/main/handlebars/layout.handlebars @@ -522,7 +522,7 @@ aspect-ratio: auto; } - .images:where(.is-odd) .image:first-child { + .images:where(.is-odd):not(.all) .image:first-child { grid-column: 1 / 3; }