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
|
<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">
|
||||||
|
|
Loading…
Reference in a new issue