mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 02:52:49 +00:00
fix: chord action change indicator has weird placement
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user