Skip to content

Commit d1751b7

Browse files
authored
Fix phone view of debug button (#974)
1 parent 2875e97 commit d1751b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/routes/Footer.svelte

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
class="grid-flow-col place-self-center *:text-xl md:place-self-end"
2323
aria-label={m.footer_socialMedia()}
2424
>
25-
<a class="btn btn-ghost opacity-0 hover:opacity-100" href="/admin/debug">
25+
<a
26+
class="btn btn-ghost hidden opacity-0 hover:opacity-100 md:flex"
27+
href="/admin/debug"
28+
>
2629
<span class="i-mdi-bug-outline"></span>
2730
</a>
2831
{#if data?.user?.memberId}

0 commit comments

Comments
 (0)