Skip to content

Commit 661cc42

Browse files
committed
fix: live reload button top position
1 parent 0debb02 commit 661cc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Preview/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function Header({
8989
<label
9090
title="Habilitar/desabilitar recarregamento automático"
9191
htmlFor="live-reload"
92-
className="hover:opacity-[1] opacity-[0.4] flex gap-2 absolute right-3 top-1.5">
92+
className="hover:opacity-[1] opacity-[0.4] flex gap-2 absolute right-3 top-2">
9393
<span className="text-xs text-zinc-500 flex-1 flex justify-end cursor-pointer">Live reload?</span>
9494
<input
9595
id="live-reload"

0 commit comments

Comments
 (0)