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