fix: chord action change indicator has weird placement

This commit is contained in:
2024-04-23 18:06:04 +02:00
parent 87b23c04b1
commit 20b65813bf

View File

@@ -121,10 +121,10 @@
display="keys"
actions={editing ? [...pressedKeys].sort(compare) : chordActions ?? []}
/>
<sup></sup>
<button class="icon add" on:click|stopPropagation={addSpecial}
>add_circle</button
>
<sup></sup>
</button>
<style lang="scss">
@@ -144,7 +144,6 @@
.add {
font-size: 18px;
margin-inline-start: 4px;
height: 20px;
opacity: 0;
--icon-fill: 1;