mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Fix misaligned sticky badge
This commit is contained in:
parent
1f002134fe
commit
966801fbe7
1 changed files with 7 additions and 6 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue