summaryrefslogtreecommitdiff
path: root/ui/routes
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-11-06 17:12:42 -0500
committerOwen Jacobson <owen@grimoire.ca>2024-11-07 19:09:35 -0500
commitb89ffe00fbb28fac3daafb1f7adc71be72b59433 (patch)
tree5f0e71fac4dfa932f7d79eb6e28f039c40cab33e /ui/routes
parentae9f3889de763d7841ab0acc7d7589da5bb830ff (diff)
Be more consistent around margins and padding for the "main" pane
Diffstat (limited to 'ui/routes')
-rw-r--r--ui/routes/(app)/+layout.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/routes/(app)/+layout.svelte b/ui/routes/(app)/+layout.svelte
index 0a8c58d..db400c4 100644
--- a/ui/routes/(app)/+layout.svelte
+++ b/ui/routes/(app)/+layout.svelte
@@ -71,7 +71,7 @@
<CreateChannelForm />
</div>
</nav>
- <main>
+ <main class="pl-4">
{@render children?.()}
</main>
</div>