Skip to content

Commit

Permalink
Fix #62: fade in transition only in Verify mode
Browse files Browse the repository at this point in the history
  • Loading branch information
basilesimon committed Aug 27, 2021
1 parent 9f1ab97 commit 7666eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/lib/Ledger/LedgerEntry.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
class="{isOdd === true ? 'odd' : 'even'} {showEditingPanel
? 'tall'
: 'small'} {showHistory ? 'tall' : 'small'}"
in:fade
in:fade={{ duration: muted === true ? 200 : 0 }}
>
<div class="thumbnail">
{#if entry.thumb_hash}
Expand Down

0 comments on commit 7666eb9

Please sign in to comment.