diff --git a/ext/index/style.css b/ext/index/style.css index 3bebb4bfa..1ef9c64bb 100644 --- a/ext/index/style.css +++ b/ext/index/style.css @@ -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; } diff --git a/themes/pr0booru/static/favicon.ico b/themes/pr0booru/static/favicon.ico new file mode 100644 index 000000000..756d1c551 Binary files /dev/null and b/themes/pr0booru/static/favicon.ico differ