Loading frontend/SongList.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ const SongList = { if (this.isLoading && (!this.allSongs || this.allSongs.length === 0)) { return m( "div.song-list-outer-container", "main", m("div.loading-placeholder", "Lade Songs vom Server..."), ) } Loading Loading @@ -363,7 +363,7 @@ const SongList = { ) } return m("div.song-list-outer-container", elementsToRender) return m("main", elementsToRender) }, } Loading frontend/style.css +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ input[type="search"]::placeholder { } /* Song-Liste Container */ .song-list-outer-container { main{ padding-top: calc(60px + 48px); /* Höhe Suchleiste + Höhe TabBar */ padding-bottom: 20px; /* Platz für Paginierung, falls am Ende */ } Loading Loading
frontend/SongList.mjs +2 −2 Original line number Diff line number Diff line Loading @@ -242,7 +242,7 @@ const SongList = { if (this.isLoading && (!this.allSongs || this.allSongs.length === 0)) { return m( "div.song-list-outer-container", "main", m("div.loading-placeholder", "Lade Songs vom Server..."), ) } Loading Loading @@ -363,7 +363,7 @@ const SongList = { ) } return m("div.song-list-outer-container", elementsToRender) return m("main", elementsToRender) }, } Loading
frontend/style.css +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ input[type="search"]::placeholder { } /* Song-Liste Container */ .song-list-outer-container { main{ padding-top: calc(60px + 48px); /* Höhe Suchleiste + Höhe TabBar */ padding-bottom: 20px; /* Platz für Paginierung, falls am Ende */ } Loading