We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0debb02 commit 661cc42Copy full SHA for 661cc42
src/components/Preview/Header.tsx
@@ -89,7 +89,7 @@ export function Header({
89
<label
90
title="Habilitar/desabilitar recarregamento automático"
91
htmlFor="live-reload"
92
- className="hover:opacity-[1] opacity-[0.4] flex gap-2 absolute right-3 top-1.5">
+ className="hover:opacity-[1] opacity-[0.4] flex gap-2 absolute right-3 top-2">
93
<span className="text-xs text-zinc-500 flex-1 flex justify-end cursor-pointer">Live reload?</span>
94
<input
95
id="live-reload"
0 commit comments