mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-11 13:26:16 +00:00
fix: chord action change indicator has weird placement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user