From 25eb1de0ad00a6863af81a3cf64dbd2ffceb130e Mon Sep 17 00:00:00 2001 From: Kevin Nakamura Date: Mon, 7 Jul 2025 02:37:29 +0900 Subject: [PATCH] Reorder CardInfo to show Retention Chart before a potentially long Review Log --- ts/routes/card-info/CardInfo.svelte | 10 +++++----- ts/routes/card-info/ForgettingCurve.svelte | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ts/routes/card-info/CardInfo.svelte b/ts/routes/card-info/CardInfo.svelte index 938c7d92a..7bf276a7f 100644 --- a/ts/routes/card-info/CardInfo.svelte +++ b/ts/routes/card-info/CardInfo.svelte @@ -37,16 +37,16 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html - {#if showRevlog} - - - - {/if} {#if fsrsEnabled && showCurve} {/if} + {#if showRevlog} + + + + {/if} {:else} {/if} diff --git a/ts/routes/card-info/ForgettingCurve.svelte b/ts/routes/card-info/ForgettingCurve.svelte index 19af5e703..ed84fcc20 100644 --- a/ts/routes/card-info/ForgettingCurve.svelte +++ b/ts/routes/card-info/ForgettingCurve.svelte @@ -108,7 +108,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html .forgetting-curve { width: 100%; max-width: 50em; - margin-bottom: 10em; + margin-bottom: 1em; } .time-range-selector {