refactor: remove remaining border and ring classes

This commit is contained in:
2026-05-24 20:07:28 +02:00
parent df0c00a2f9
commit 3cd7302c9c
3 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
{{define "review_cards"}}
{{range .Reviews}}
<div class="flex flex-col gap-4 bg-background-surface p-6 ring-1 ring-border">
<div class="flex flex-col gap-4 bg-background-surface p-6">
<div class="flex items-start justify-between">
<div class="flex items-center gap-3">
<div class="h-10 w-10 shrink-0 overflow-hidden rounded-full bg-background-surface">
@@ -56,7 +56,7 @@
<div class="whitespace-pre-line text-sm leading-relaxed text-foreground-muted">
{{.Review}}
</div>
<div class="flex flex-wrap items-center gap-4 border-t border-border pt-4 text-xs text-foreground-muted">
<div class="flex flex-wrap items-center gap-4 pt-4 text-xs text-foreground-muted">
{{if .EpisodesSeen}}<span>{{.EpisodesSeen}} episodes seen</span>{{end}}
<div class="flex items-center gap-3">
{{if .Reactions.Nice}}

View File

@@ -1,5 +1,5 @@
{{define "footer"}}
<footer class="mt-auto border-t border-border bg-background-sidebar py-8 px-6 md:px-12">
<footer class="mt-auto bg-background-sidebar py-8 px-6 md:px-12">
<div class="flex flex-col items-center justify-between gap-6 sm:flex-row">
<div class="flex items-center gap-3">
<img src="/static/assets/readme-logo-light.svg" alt="MAL" class="h-6 w-6" />

View File

@@ -10,7 +10,7 @@
CURRENT
</div>
{{end}}
<div class="absolute top-2 left-2 z-20 border border-white/10 bg-black/80 px-2 py-0.5 text-[10px] font-medium text-white backdrop-blur-md">
<div class="absolute top-2 left-2 z-20 bg-black/80 px-2 py-0.5 text-[10px] font-medium text-white backdrop-blur-md">
{{.Relation}}
</div>
</div>