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 <Badge
tooltip="{tr.editingToggleSticky()} ({getPlatformString(keyCombination)})" tooltip="{tr.editingToggleSticky()} ({getPlatformString(keyCombination)})"
widthMultiplier={0.7} widthMultiplier={0.7}
></Badge> >
{#if active} {#if active}
<Icon icon={stickyIconSolid} /> <Icon icon={stickyIconSolid} />
{:else} {:else}
<Icon icon={stickyIconHollow} /> <Icon icon={stickyIconHollow} />
{/if} {/if}
</Badge>
</span> </span>
<style lang="scss"> <style lang="scss">