mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: styling
This commit is contained in:
parent
3e55c7f333
commit
e34f11f5cc
@ -225,7 +225,7 @@
|
|||||||
<div
|
<div
|
||||||
class=" snap-center w-full max-w-full m-1 border {history.messages[messageId]
|
class=" snap-center w-full max-w-full m-1 border {history.messages[messageId]
|
||||||
?.modelIdx == modelIdx
|
?.modelIdx == modelIdx
|
||||||
? `bg-gray-100 dark:bg-gray-850 border-gray-200 dark:border-gray-800 border-2 ${
|
? `bg-gray-50 dark:bg-gray-850 border-gray-100 dark:border-gray-800 border-2 ${
|
||||||
$mobile ? 'min-w-full' : 'min-w-80'
|
$mobile ? 'min-w-full' : 'min-w-80'
|
||||||
}`
|
}`
|
||||||
: `border-gray-100 dark:border-gray-850 border-dashed ${
|
: `border-gray-100 dark:border-gray-850 border-dashed ${
|
||||||
|
Loading…
Reference in New Issue
Block a user