aboutsummaryrefslogtreecommitdiff
path: root/src/components/Sidebar.svelte
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2022-07-21 17:18:50 -0400
committerFurkan Sahin <furkan-dev@proton.me>2022-07-21 17:18:50 -0400
commit3a0f9ea33652de9c568a0fa1b130da9ca01c32bd (patch)
tree597b3e7d6c1fbab5e659a6990c892f3e9da5b779 /src/components/Sidebar.svelte
parenta6a357603b6c2d6c129ff2710edbee4d3dce9703 (diff)
Delete PT functionality, cleanup table, add `email` to PTs (currently leave it at undefined and add them manually later)
Diffstat (limited to 'src/components/Sidebar.svelte')
-rw-r--r--src/components/Sidebar.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Sidebar.svelte b/src/components/Sidebar.svelte
index ed07ff2..f40332f 100644
--- a/src/components/Sidebar.svelte
+++ b/src/components/Sidebar.svelte
@@ -69,7 +69,7 @@
</div>
<!-- Chosen Section / Component -->
- <div class="flex-auto">
+ <div class="flex-auto h-full">
<svelte:component this={selected.component} />
</div>
</div>