Browse Source

refac: styling

Timothy J. Baek 6 months ago
parent
commit
98ba3f8428
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/lib/components/layout/Sidebar.svelte

+ 1 - 3
src/lib/components/layout/Sidebar.svelte

@@ -675,9 +675,7 @@
 			</div>
 		</div>
 
-		<div class="px-2 pb-safe-bottom">
-			<!-- <hr class=" border-gray-900 mb-1 w-full" /> -->
-
+		<div class="px-2">
 			<div class="flex flex-col font-primary">
 				{#if $user !== undefined}
 					<UserMenu