From c336d7d7a7e60fd01a0466e4f5dd786b4e38095d Mon Sep 17 00:00:00 2001 From: Maya Date: Fri, 25 Jul 2025 14:02:20 +0300 Subject: [PATCH] fix: visual fixes --- src/lib/css/app.scss | 3 +++ src/lib/sections/about/Donate.svelte | 9 +++---- src/routes/+page.svelte | 36 +++++++++++++--------------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/lib/css/app.scss b/src/lib/css/app.scss index fd5caab..7cf11b9 100644 --- a/src/lib/css/app.scss +++ b/src/lib/css/app.scss @@ -318,14 +318,17 @@ body { .hoverable { @apply hover:scale-105 duration-200; + will-change: transform; } .hoverable-md { @apply hover:scale-110 duration-200; + will-change: transform; } .hoverable-lg { @apply hover:scale-[1.15] duration-200; + will-change: transform; } .selected { diff --git a/src/lib/sections/about/Donate.svelte b/src/lib/sections/about/Donate.svelte index 080ca0f..0e63d0c 100644 --- a/src/lib/sections/about/Donate.svelte +++ b/src/lib/sections/about/Donate.svelte @@ -210,22 +210,23 @@ Monthly -
- {#each presetAmounts as preset} +
+ {#each presetAmounts as preset, i} {/each} -
+
-
- {#if key === "Video"} -

- Video uploads to a server for processing by - default, learn how to set it up locally here. -

- {:else} -

- Local fully supported -

- {/if} + {#if key === "Video"}

- Status: - {s.ready ? "ready" : "not ready"} + Video uploads to a server for processing by + default, learn how to set it up locally here.

-
+ {:else} +

+ Local fully supported +

+ {/if} +

+ Status: + {s.ready ? "ready" : "not ready"} +

Supported formats: