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 -
- Video uploads to a server for processing by - default, learn how to set it up locally here. -
- {:else} -
-
- Status: - {s.ready ? "ready" : "not ready"} + Video uploads to a server for processing by + default, learn how to set it up locally here.
-
+
+ Status: + {s.ready ? "ready" : "not ready"} +