Skip to content

Commit

Permalink
Merge pull request #132 from VernissageApp/bugfix/wrap-hashtag-images
Browse files Browse the repository at this point in the history
Wrap hashtag result images
  • Loading branch information
mczachurski authored Oct 12, 2024
2 parents aa98908 + beb9a40 commit 6509e0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</a>
</div>
<div class="images-container margin-bottom-10">
<div class="flex-row gap-16">
<div class="flex-row flex-wrap gap-16">
@for (status of statuses?.data; track status.id) {
@if (getImageSrc(status)) {
<div class="image-container">
Expand Down

0 comments on commit 6509e0f

Please sign in to comment.