mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Formatting
This commit is contained in:
parent
618483a6e7
commit
0c1aa173f0
2 changed files with 7 additions and 7 deletions
|
|
@ -91,7 +91,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
</LabelButton>
|
</LabelButton>
|
||||||
|
|
||||||
<Shortcut {keyCombination} on:action={toggleModal} />
|
<Shortcut {keyCombination} on:action={toggleModal} />
|
||||||
<Modal bind:this={modal} onShown={onShown} dialogClass="modal-lg">
|
<Modal bind:this={modal} {onShown} dialogClass="modal-lg">
|
||||||
<div slot="header" class="modal-header">
|
<div slot="header" class="modal-header">
|
||||||
<IconConstrain iconSize={90}>
|
<IconConstrain iconSize={90}>
|
||||||
<Icon {icon} />
|
<Icon {icon} />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue