优化平铺显示下被激活会话的显示样式
This commit is contained in:
@@ -918,7 +918,9 @@ export function ConversationDetailPanel() {
|
||||
<div
|
||||
className={cn(
|
||||
"h-full",
|
||||
active ? "ring-1 ring-inset ring-primary/30" : ""
|
||||
active
|
||||
? "bg-gradient-to-b from-muted/50 to-transparent"
|
||||
: ""
|
||||
)}
|
||||
onPointerDownCapture={() => {
|
||||
if (!active) switchTab(tab.id)
|
||||
|
||||
Reference in New Issue
Block a user