Browse Source

Fix: style of sidebar with in mobile (#16629)

tags/1.1.3
KVOJJJin 7 months ago
parent
commit
b247fbb2ef
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web/app/components/base/chat/chat-with-history/sidebar/index.tsx

+ 1
- 1
web/app/components/base/chat/chat-with-history/sidebar/index.tsx View File

@@ -78,7 +78,7 @@ const Sidebar = ({ isPanel }: Props) => {

return (
<div className={cn(
'flex w-0 grow flex-col',
'flex w-full grow flex-col',
isPanel && 'rounded-xl border-[0.5px] border-components-panel-border-subtle bg-components-panel-bg shadow-lg',
)}>
<div className={cn(

Loading…
Cancel
Save