瀏覽代碼

refac: styling

Timothy Jaeryang Baek 4 月之前
父節點
當前提交
ce9455b9a2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/layout/Sidebar.svelte

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

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