Bladeren bron

refac: styling

Timothy J. Baek 10 maanden geleden
bovenliggende
commit
3034f3d310
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/lib/components/chat/Settings/Valves.svelte

+ 1 - 1
src/lib/components/chat/Settings/Valves.svelte

@@ -203,7 +203,7 @@
 								</div>
 
 								{#if (valves[property] ?? null) !== null}
-									<div class="flex mt-0.5 mb-1 space-x-2">
+									<div class="flex mt-0.5 mb-1.5 space-x-2">
 										<div class=" flex-1">
 											<input
 												class="w-full rounded-lg py-2 px-4 text-sm dark:text-gray-300 dark:bg-gray-850 outline-none"