Stack the edit/report links on narrow screens instead of overflowing
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user