mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
prettier format fixes
This commit is contained in:
parent
01af50a6a4
commit
88a186a449
@ -3,12 +3,17 @@
|
||||
export let theme: string;
|
||||
</script>
|
||||
|
||||
|
||||
<div class="overflow-y-auto h-64 border border-b-0 rounded-t-lg leading-tight">
|
||||
<div class="flex flex-col items-end space-y-4 p-3">
|
||||
{#each value as message}
|
||||
<div class="px-3 py-2 rounded-2xl place-self-start bg-gray-300 dark:bg-gray-850 dark:text-gray-200 mr-7">{ message[1] }</div>
|
||||
<div class="px-3 py-2 rounded-2xl bg-yellow-500 text-white ml-7">{ message[0] }</div>
|
||||
<div
|
||||
class="px-3 py-2 rounded-2xl place-self-start bg-gray-300 dark:bg-gray-850 dark:text-gray-200 mr-7"
|
||||
>
|
||||
{message[1]}
|
||||
</div>
|
||||
<div class="px-3 py-2 rounded-2xl bg-yellow-500 text-white ml-7">
|
||||
{message[0]}
|
||||
</div>
|
||||
{/each}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user