Skip to content

Commit

Permalink
reduce vertical spacing between images
Browse files Browse the repository at this point in the history
  • Loading branch information
biltongza committed Dec 27, 2024
1 parent 9ec0811 commit 56ed9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion frontend/src/lib/album/album-preview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
place-items: center;
justify-content: center;
grid-auto-flow: dense;
grid-auto-rows: minmax(var(--thumbnail-size), max-content);
}
.thumbnail.span-col {
Expand Down
5 changes: 2 additions & 3 deletions frontend/src/lib/album/thumbnail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@
</a>

<style>
a {
a,
picture {
display: block;
width: 100%;
height: 100%;
}
.thumbnail-image {
width: 100%;
Expand Down

0 comments on commit 56ed9bb

Please sign in to comment.