refac: styling

This commit is contained in:
Timothy J. Baek 2024-05-19 07:37:14 -07:00
parent 9ff74038b5
commit ae35c68956

View File

@ -68,11 +68,11 @@
<!-- svelte-ignore a11y-click-events-have-key-events -->
<div
class=" snap-center min-w-80 w-full max-w-full m-1 outline outline-1 {history.messages[
class=" snap-center min-w-80 w-full max-w-full m-1 border {history.messages[
currentMessageId
].model === model
? 'outline-gray-100 dark:outline-gray-700 outline-2'
: 'outline-gray-50 dark:outline-gray-850 '} transition p-5 rounded-3xl"
? 'border-gray-100 dark:border-gray-700 border-[1.5px]'
: 'border-gray-50 dark:border-gray-850 '} transition p-5 rounded-3xl"
on:click={() => {
currentMessageId = groupedMessages[model].messages[groupedMessagesIdx[model]].id;