Skip to content

Commit

Permalink
Fix continuous image list inside content view
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 25, 2024
1 parent a9d9efa commit 06e25d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/handlebars/layout.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 06e25d1

Please sign in to comment.