mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2025-10-29 17:25:32 +00:00
BUGFIX: Abstand auf Startseite
This commit is contained in:
@@ -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"
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user