diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-11-06 17:12:42 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-11-07 19:09:35 -0500 |
| commit | b89ffe00fbb28fac3daafb1f7adc71be72b59433 (patch) | |
| tree | 5f0e71fac4dfa932f7d79eb6e28f039c40cab33e /ui/routes/(app) | |
| parent | ae9f3889de763d7841ab0acc7d7589da5bb830ff (diff) | |
Be more consistent around margins and padding for the "main" pane
Diffstat (limited to 'ui/routes/(app)')
| -rw-r--r-- | ui/routes/(app)/+layout.svelte | 2 |
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> |
