fix: action selector

update dependencies
This commit is contained in:
2025-12-18 15:35:33 +01:00
parent e08dda40d9
commit 9f65b4bb6c
18 changed files with 712 additions and 611 deletions

View File

@@ -67,13 +67,13 @@
<label><input type="checkbox" bind:checked={$showEdits} />Show edits</label>
<div class="split">
<ActionList />
<div
class="editor"
class:hide-edits={!$showEdits}
class:raw={$rawCode}
bind:this={editor}
></div>
<ActionList />
</div>
<style lang="scss">
@@ -82,13 +82,12 @@
gap: 1rem;
height: 100%;
> :global(:last-child) {
> :global(:first-child) {
max-width: 600px;
}
}
.editor:not(.raw) :global(.cm-line) {
margin-inline: auto;
width: fit-content;
}