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 8c01b03 commit f580cea
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 @@ -515,7 +515,7 @@
grid-template-columns: 1fr;
}
&:where(.is-odd) .image:first-child {
&:where(.is-odd):not(.all) .image:first-child {
grid-column: 1 / 3;
}
Expand Down

0 comments on commit f580cea

Please sign in to comment.