summaryrefslogtreecommitdiff
path: root/ui/routes/+layout.svelte
diff options
context:
space:
mode:
authorKit La Touche <kit@transneptune.net>2024-10-30 15:00:44 -0400
committerKit La Touche <kit@transneptune.net>2024-10-30 15:00:44 -0400
commit0b4e900c35d540f6047fc29863c174e96ff20d0b (patch)
tree30c86690cc4be9351275434fff529ae42d056b0a /ui/routes/+layout.svelte
parenta50911a03c8955e08c77b0f3764dbda963013971 (diff)
Calculate layout height more betterly
Diffstat (limited to 'ui/routes/+layout.svelte')
-rw-r--r--ui/routes/+layout.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/routes/+layout.svelte b/ui/routes/+layout.svelte
index 6e6a8d6..b7ed746 100644
--- a/ui/routes/+layout.svelte
+++ b/ui/routes/+layout.svelte
@@ -15,7 +15,7 @@
<div id="app" class="m-0 p-0 h-vh w-full">
<div class="w-full">
- <AppBar>
+ <AppBar class="app-bar">
<svelte:fragment slot="lead">
<a on:click|preventDefault={toggleMenu} class="cursor-pointer">
<img class="w-8 h-8" alt="logo" src={logo} />