mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
Improve selected message highlight (#12)
This commit is contained in:
parent
63256136ef
commit
14cfd4599c
@ -225,7 +225,7 @@
|
||||
<div
|
||||
class=" snap-center w-full max-w-full m-1 border {history.messages[messageId]
|
||||
?.modelIdx == modelIdx
|
||||
? `border-gray-100 dark:border-gray-850 border-[1.5px] ${
|
||||
? `bg-gray-100 dark:bg-gray-850 border-gray-200 dark:border-gray-800 border-2 ${
|
||||
$mobile ? 'min-w-full' : 'min-w-80'
|
||||
}`
|
||||
: `border-gray-100 dark:border-gray-850 border-dashed ${
|
||||
|
Loading…
Reference in New Issue
Block a user