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

@@ -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" />
@@ -26,4 +26,4 @@
</div>
</div>
</footer>
{{end}}
{{end}}

View File

@@ -10,11 +10,11 @@
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>
{{end}}
</div>
</div>
{{end}}
{{end}}