fix: blur on cards

This commit is contained in:
Maya 2025-07-27 00:45:00 +03:00
parent 6f81f93b3b
commit 3993cd2e06
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View File

@ -83,7 +83,6 @@
});
$effect(() => {
// Enable plausible if enabled
enablePlausible =
!!PUB_PLAUSIBLE_URL && Settings.instance.settings.plausible;
if (!enablePlausible && browser) {

View File

@ -2,7 +2,7 @@
import Uploader from "$lib/components/functional/Uploader.svelte";
import Tooltip from "$lib/components/visual/Tooltip.svelte";
import { converters } from "$lib/converters";
import { vertdLoaded } from "$lib/store/index.svelte";
import { theme, vertdLoaded } from "$lib/store/index.svelte";
import clsx from "clsx";
import { AudioLines, BookText, Check, Film, Image } from "lucide-svelte";
import { m } from "$lib/paraglide/messages";
@ -223,9 +223,7 @@
{#if showBlur[i]}
<div
class="absolute left-0 bottom-0 w-full h-10 pointer-events-none"
style="
background: linear-gradient(to top, rgba(255,255,255,0.8), transparent 100%);
"
style={`background: linear-gradient(to top, var(--bg-panel), transparent 100%);`}
></div>
{/if}
</div>