瀏覽代碼

refac: styling

Timothy J. Baek 6 月之前
父節點
當前提交
98ba3f8428
共有 1 個文件被更改,包括 1 次插入3 次删除
  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