refactor: share splash screen project wide

This commit is contained in:
2025-10-26 13:34:55 +01:00
parent b7255b5576
commit d92d8abc77
7 changed files with 19 additions and 279 deletions
+2 -2
View File
@@ -31,7 +31,7 @@
X
} from 'lucide-svelte';
import Button from '../components/Button.svelte';
import SplashScreen from '../components/SplashScreen.svelte';
import SplashScreen from './../../../../shared/splash_screen.html?raw';
import {
change_display_screen_height,
display_screen_height,
@@ -94,7 +94,7 @@
<svelte:window on:wheel={on_wheel} />
<main class="bg-stone-900 h-dvh w-dvw text-stone-200 p-4 gap-4 grid grid-rows-[3rem_auto]">
<!-- <SplashScreen></SplashScreen> -->
<!-- {@html SplashScreen} -->
<div class="w-[calc(100dvw-(8*var(--spacing)))] flex justify-between">
<span class="text-4xl font-bold content-center h-full"> PLG MuDiCS </span>