Skip to content

Commit

Permalink
feat: Adjusting padding bottom on files list
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Jul 22, 2022
1 parent ae27d68 commit 59262b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/fibr/templates/items.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{{ if eq .Request.Display "list" }}
#files {
padding-bottom: 1.6rem;
padding-bottom: .5rem;
}

#list-display {
Expand Down Expand Up @@ -61,6 +61,7 @@
grid-gap: .5rem;
grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
margin: .5rem;
padding-bottom: .5rem;
}

.file {
Expand Down

0 comments on commit 59262b9

Please sign in to comment.