From 5b6bca7ab2411f2254785d654cd8aa54a66c04ed Mon Sep 17 00:00:00 2001 From: Chris Amico Date: Thu, 25 Jan 2024 21:51:43 -0500 Subject: [PATCH] comment --- src/common/Loader.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/Loader.svelte b/src/common/Loader.svelte index 6533f3bf3..ca4112e3a 100644 --- a/src/common/Loader.svelte +++ b/src/common/Loader.svelte @@ -94,10 +94,6 @@ opaquify 1s ease; } - /* - top: calc(50% - #{$smallSpinsize / 2 + $smallBordersize}); - left: calc(50% - #{$smallSpinsize / 2 + $smallBordersize}); - */ .spinner.center { top: calc( 50% - (var(--smallSpinsize, 10px) / 2 + var(--smallBordersize, 4px))