Browse Source

refac: styling

Timothy Jaeryang Baek 4 months ago
parent
commit
ce9455b9a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/layout/Sidebar.svelte

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

@@ -646,7 +646,7 @@
 		{/if}
 
 		{#if ($models ?? []).length > 0 && ($settings?.pinnedModels ?? []).length > 0}
-			<div class="pt-1.5">
+			<div class="py-1">
 				{#each $settings.pinnedModels as modelId (modelId)}
 					{@const model = $models.find((model) => model.id === modelId)}
 					{#if model}