1
0
Timothy Jaeryang Baek 2 сар өмнө
parent
commit
e9c2d9d035

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

@@ -639,7 +639,7 @@
 
 		<div>
 			<div>
-				<div class="">
+				<div class=" py-0.5">
 					{#if $user !== undefined && $user !== null}
 						<UserMenu
 							role={$user?.role}
@@ -1104,7 +1104,7 @@
 				</Folder>
 			</div>
 
-			<div class="px-2 pt-1.5 pb-2 sticky bottom-0 z-10 bg-gray-50 dark:bg-gray-950 sidebar">
+			<div class="px-1.5 pt-1.5 pb-2 sticky bottom-0 z-10 bg-gray-50 dark:bg-gray-950 sidebar">
 				<div class="flex flex-col font-primary">
 					{#if $user !== undefined && $user !== null}
 						<UserMenu
@@ -1116,7 +1116,7 @@
 							}}
 						>
 							<div
-								class=" flex items-center rounded-xl py-2.5 px-2.5 w-full hover:bg-gray-100 dark:hover:bg-gray-900 transition"
+								class=" flex items-center rounded-xl py-2 px-1.5 w-full hover:bg-gray-100 dark:hover:bg-gray-900 transition"
 							>
 								<div class=" self-center mr-3">
 									<img