From 1a874b184db3d5221d5afeddf68f0c51ed8f8afb Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Fri, 19 Nov 2021 02:02:54 +0100 Subject: [PATCH] Fix missing left margin in CongratsPage (#1498) --- ts/congrats/CongratsPage.svelte | 59 +++++++++++++++++---------------- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git a/ts/congrats/CongratsPage.svelte b/ts/congrats/CongratsPage.svelte index 044786cd6..c6b218a68 100644 --- a/ts/congrats/CongratsPage.svelte +++ b/ts/congrats/CongratsPage.svelte @@ -4,6 +4,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html --> - -
-

{congrats}

+ + +
+

{congrats}

-

{nextLearnMsg}

+

{nextLearnMsg}

- {#if info.reviewRemaining} -

{today_reviews}

- {/if} - - {#if info.newRemaining} -

{today_new}

- {/if} - - {#if info.bridgeCommandsSupported} - {#if info.haveSchedBuried || info.haveUserBuried} -

- {@html buriedMsg} -

+ {#if info.reviewRemaining} +

{today_reviews}

{/if} - {#if !info.isFilteredDeck} -

- {@html customStudyMsg} -

+ {#if info.newRemaining} +

{today_new}

{/if} - {/if} - {#if info.deckDescription} -
- {@html info.deckDescription} -
- {/if} -
+ {#if info.bridgeCommandsSupported} + {#if info.haveSchedBuried || info.haveUserBuried} +

+ {@html buriedMsg} +

+ {/if} + + {#if !info.isFilteredDeck} +

+ {@html customStudyMsg} +

+ {/if} + {/if} + + {#if info.deckDescription} +
+ {@html info.deckDescription} +
+ {/if} +
+