Fix misaligned sticky badge

This commit is contained in:
Abdo 2025-07-03 07:25:16 +03:00
parent 1f002134fe
commit 966801fbe7

View file

@ -55,12 +55,13 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
<Badge
tooltip="{tr.editingToggleSticky()} ({getPlatformString(keyCombination)})"
widthMultiplier={0.7}
></Badge>
>
{#if active}
<Icon icon={stickyIconSolid} />
{:else}
<Icon icon={stickyIconHollow} />
{/if}
</Badge>
</span>
<style lang="scss">