Strip all custom CSS, use plain daisyUI classes only
This commit is contained in:
@@ -1,24 +1,15 @@
|
||||
{#include layouts/base}
|
||||
{#page-content}
|
||||
<div class="w-full">
|
||||
<div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:0.75rem">
|
||||
<h2 style="font-size:1.5rem;font-weight:700">📡 Releases</h2>
|
||||
<div style="display:flex;gap:0.5rem">
|
||||
<a href="/feed/rss.xml" class="btn btn-primary btn-sm gap-2">
|
||||
<svg class="icon-sm" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M4 11a9 9 0 019 9"/><path d="M4 4a16 16 0 0116 16"/>
|
||||
<circle cx="5" cy="19" r="1"/>
|
||||
</svg>
|
||||
RSS Feed
|
||||
</a>
|
||||
<a href="/feed/opml" class="btn btn-ghost btn-sm gap-2">
|
||||
<svg class="icon-sm" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"/><polyline points="7 10 12 15 17 10"/><line x1="12" y1="15" x2="12" y2="3"/></svg>
|
||||
OPML
|
||||
</a>
|
||||
<div>
|
||||
<div class="flex items-center justify-between mb-4">
|
||||
<h2 class="text-2xl font-bold">Releases</h2>
|
||||
<div class="flex gap-2">
|
||||
<a href="/feed/rss.xml" class="btn btn-primary btn-sm">RSS Feed</a>
|
||||
<a href="/feed/opml" class="btn btn-ghost btn-sm">OPML</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="feed-entries" hx-get="/api/artists/feed-table" hx-trigger="load">
|
||||
<div style="display:flex;justify-content:center;padding:4rem 0">
|
||||
<div class="flex justify-center py-16">
|
||||
<span class="loading loading-spinner loading-lg"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user