Stack the edit/report links on narrow screens instead of overflowing

This commit is contained in:
Djeex
2026-09-06 13:37:48 +02:00
parent f7df74c574
commit 688a36e6d5
+1 -1
View File
@@ -138,7 +138,7 @@ addPrerenderPath(`/raw${route.path}.md`)
<USeparator v-if="giteaUrl || github"> <USeparator v-if="giteaUrl || github">
<div <div
class="flex items-center gap-2 text-sm text-muted" class="flex items-center gap-2 text-sm text-muted max-[420px]:flex-col"
> >
<UButton <UButton
v-if="editLink" v-if="editLink"