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

pull/16634/head^2
KVOJJJin 11 months ago committed by GitHub
parent bc6f122364
commit b247fbb2ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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