Thomas G. Lopes commited on
Commit
7419732
·
1 Parent(s): 28afdf5

fix conv header

Browse files
src/lib/components/inference-playground/conversation-header.svelte CHANGED
@@ -68,7 +68,7 @@
68
  <div
69
  class="{conversationIdx === 0
70
  ? 'mr-4 max-sm:ml-4'
71
- : 'mx-4'} mt-2 h-11 text-sm leading-none whitespace-nowrap max-sm:mt-4"
72
  >
73
  <!-- eslint-disable @typescript-eslint/no-explicit-any -->
74
  <ProviderSelect
 
68
  <div
69
  class="{conversationIdx === 0
70
  ? 'mr-4 max-sm:ml-4'
71
+ : 'mx-4'} mt-2 h-14 text-sm leading-none whitespace-nowrap max-sm:mt-4"
72
  >
73
  <!-- eslint-disable @typescript-eslint/no-explicit-any -->
74
  <ProviderSelect