File tree Expand file tree Collapse file tree 1 file changed +8
-15
lines changed
packages/repl/src/lib/Input Expand file tree Collapse file tree 1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 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
5452 }
5553 }
5654
57- .container {
58- position : relative ;
59- right : -2rem ;
60- }
61-
6255 label .option {
6356 display : flex ;
6457 align-items : center ;
You can’t perform that action at this time.
0 commit comments