new camera thingies

This commit is contained in:
YousifA2
2026-01-25 12:16:17 -05:00
parent b81b93e232
commit 9be577fa84
4 changed files with 184 additions and 42 deletions

View File

@@ -7,6 +7,7 @@
import { page } from "$app/stores";
import { goto } from "$app/navigation";
import Icon from "@iconify/svelte";
import InstallPrompt from "$lib/components/InstallPrompt.svelte";
let { children } = $props();
let isApp = $state(false);
@@ -80,6 +81,8 @@
<link rel="icon" href="/ethix-logo.png" />
</svelte:head>
<InstallPrompt />
{#if isMobile}
<div class="mobile-container">
<main class="app-container">