From 06c0e4c14a5c2d05a4b38b51a6ee956e2583baae Mon Sep 17 00:00:00 2001 From: Luc Mcgrady Date: Sun, 1 Jun 2025 07:18:35 +0100 Subject: [PATCH] Fix/CMRR style (#4043) --- ts/routes/deck-options/SimulatorModal.svelte | 56 +++++++++----------- 1 file changed, 26 insertions(+), 30 deletions(-) diff --git a/ts/routes/deck-options/SimulatorModal.svelte b/ts/routes/deck-options/SimulatorModal.svelte index 070bed4fa..64b712560 100644 --- a/ts/routes/deck-options/SimulatorModal.svelte +++ b/ts/routes/deck-options/SimulatorModal.svelte @@ -383,38 +383,34 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html {/if} -
-
- {tr.deckConfigComputeOptimalRetention()} - - - {#if optimalRetention} - {estimatedRetention(optimalRetention)} - {#if optimalRetention - $config.desiredRetention >= 0.01} - - {/if} - {/if} - +
+ {tr.deckConfigComputeOptimalRetention()} +
-
+ + + {#if optimalRetention} + {estimatedRetention(optimalRetention)} + {#if optimalRetention - $config.desiredRetention >= 0.01} + + {/if} + {/if} + + {#if computingRetention} +
{computeRetentionProgressString}
+ {/if} +