ui: remove external links, adjust spacing

This commit is contained in:
2026-05-03 15:09:00 +02:00
committed by Mikkel Elvers
parent 74a0c78820
commit 126fc3b9e3
2 changed files with 4 additions and 12 deletions

View File

@@ -28,15 +28,7 @@
{{template "watchlist_actions" dict "Anime" $anime "User" .User "Status" .Status}}
<div class="mt-6 flex flex-wrap gap-3">
{{range $anime.External}}
<a href="{{.URL}}" target="_blank" rel="noopener" class="bg-white/5 hover:bg-white/10 border-white/10 rounded-md border px-3 py-1.5 text-xs font-medium text-neutral-300 transition-colors">
{{.Name}}
</a>
{{end}}
</div>
<div class="mt-8 space-y-4">
<div class="mt-4 space-y-4">
<div>
<h2 class="mb-2 text-lg font-medium text-neutral-300">Synopsis</h2>
<p id="synopsis-container" class="text-foreground-muted max-w-4xl text-base leading-relaxed whitespace-pre-line line-clamp-5 md:line-clamp-none">
@@ -71,4 +63,4 @@
</div>
</div>
</div>
{{end}}
{{end}}