Skip to content

Commit 0ed093a

Browse files
committed
fix
1 parent be8c2ea commit 0ed093a

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

packages/repl/src/lib/Input/Toolbox.svelte

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@
1414
</div>
1515

1616
{#snippet dropdown()}
17-
<div class="container">
18-
<HoverMenu>
19-
<label class="option">
20-
<span>Toggle Vim mode</span>
21-
<Checkbox bind:checked={workspace.vim}></Checkbox>
22-
</label>
23-
24-
<button disabled={!can_migrate} onclick={migrate}>Migrate to Svelte 5, if possible</button>
25-
</HoverMenu>
26-
</div>
17+
<HoverMenu>
18+
<label class="option">
19+
<span>Toggle Vim mode</span>
20+
<Checkbox bind:checked={workspace.vim}></Checkbox>
21+
</label>
22+
23+
<button disabled={!can_migrate} onclick={migrate}>Migrate to Svelte 5, if possible</button>
24+
</HoverMenu>
2725
{/snippet}
2826
</Dropdown>
2927

@@ -54,11 +52,6 @@
5452
}
5553
}
5654
57-
.container {
58-
position: relative;
59-
right: -2rem;
60-
}
61-
6255
label.option {
6356
display: flex;
6457
align-items: center;

0 commit comments

Comments
 (0)