mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
ring inset
This commit is contained in:
parent
db20584a19
commit
ab0bf4bef0
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@ export const SidebarChat = () => {
|
|||
>
|
||||
{/* thread selector */}
|
||||
<div ref={historyRef}
|
||||
className={`w-full h-auto mb-2 ${isHistoryOpen ? '' : 'hidden'} ring-2 ring-widget-shadow z-10`}
|
||||
className={`w-full h-auto mb-2 ${isHistoryOpen ? '' : 'hidden'} ring-2 ring-widget-shadow ring-inset z-10`}
|
||||
>
|
||||
<SidebarThreadSelector />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue