소스 검색

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