adjust style
Browse files
src/lib/components/Playground/Playground.svelte
CHANGED
@@ -230,14 +230,19 @@
|
|
230 |
>
|
231 |
{#if conversations.length > 1}
|
232 |
<div
|
233 |
-
class="flex h-10 flex-none items-center gap-
|
234 |
class:mr-3={index === 0}
|
235 |
class:mx-3={index === 1}
|
236 |
>
|
237 |
<div class="size-3.5 rounded bg-black"></div>
|
238 |
<div>{conversation.model}</div>
|
239 |
<button
|
240 |
-
class="ml-auto flex size-6 items-center justify-center rounded border hover:bg-gray-50"
|
|
|
|
|
|
|
|
|
|
|
241 |
>
|
242 |
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"
|
243 |
><path
|
|
|
230 |
>
|
231 |
{#if conversations.length > 1}
|
232 |
<div
|
233 |
+
class="flex h-10 flex-none items-center gap-1.5 whitespace-nowrap rounded-lg border border-gray-200/80 bg-white px-3 text-sm leading-none shadow-sm"
|
234 |
class:mr-3={index === 0}
|
235 |
class:mx-3={index === 1}
|
236 |
>
|
237 |
<div class="size-3.5 rounded bg-black"></div>
|
238 |
<div>{conversation.model}</div>
|
239 |
<button
|
240 |
+
class="ml-auto flex size-6 items-center justify-center rounded border text-xs hover:bg-gray-50"
|
241 |
+
>
|
242 |
+
✕
|
243 |
+
</button>
|
244 |
+
<button
|
245 |
+
class=" flex size-6 items-center justify-center rounded border hover:bg-gray-50"
|
246 |
>
|
247 |
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"
|
248 |
><path
|