mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 06:49:03 +08:00
Fix: style of sidebar with in mobile (#16629)
This commit is contained in:
parent
bc6f122364
commit
b247fbb2ef
@ -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…
x
Reference in New Issue
Block a user