Fix UI: replace Tailwind classes with inline styles for CDN compatibility

This commit is contained in:
2026-07-03 11:04:41 +02:00
parent 16f23557f0
commit d66b6e884f
5 changed files with 77 additions and 87 deletions
+6 -6
View File
@@ -1,24 +1,24 @@
{#include layouts/base}
{#page-content}
<div class="w-full">
<div class="flex items-center justify-between mb-5">
<h2 class="text-2xl font-bold">📡 Releases</h2>
<div class="flex gap-2">
<div style="display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem">
<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="w-4 h-4" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<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="w-4 h-4" 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>
<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>
<div id="feed-entries" hx-get="/api/artists/feed-table" hx-trigger="load">
<div class="flex justify-center my-16">
<div style="display:flex;justify-content:center;padding:4rem 0">
<span class="loading loading-spinner loading-lg"></span>
</div>
</div>