BUGFIX: Abstand auf Startseite

This commit is contained in:
Simon Martens
2025-03-02 21:01:39 +01:00
parent f7a6765dad
commit 07a7bced4c
3 changed files with 8 additions and 6 deletions

View File

@@ -505,6 +505,7 @@ class FilterList extends HTMLElement {
(item, index) => `
<a
href="${this.getURL(item)}"
hx-indicator="body"
class="${FILTER_LIST_ITEM} block px-2.5 py-0.5 hover:bg-slate-200 no-underline ${
index % 2 === 0 ? "bg-stone-100" : "bg-stone-50"
}"