Skip to content

Commit

Permalink
#24 and #25
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Jan 4, 2024
1 parent 4e119ab commit 8cdf143
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ext/index/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
text-align: left;
margin: 0 10px 10px 0;
}

/* 2024-01-04: changed grid width from +42px to +4 to get the denser layout we want */
.shm-image-list {
display: grid;
grid-template-columns: repeat( auto-fill, calc(var(--thumb-width) + 42px) );
grid-template-columns: repeat( auto-fill, calc(var(--thumb-width) + 4px) );
place-items: center;
}
/* 2024-01-04: changed margin-bottom from 8px to 0 to get the denser layout we want */
.shm-image-list .thumb {
margin-bottom: 8px;
margin-bottom: 0px;
}
Binary file added themes/pr0booru/static/favicon.ico
Binary file not shown.

0 comments on commit 8cdf143

Please sign in to comment.