Update alignment of title/search-box and ChatList
This commit is contained in:
parent
b9c649011c
commit
5490e83caf
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ const ChatPageSidebar = () => {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack space={4} className='h-full'>
|
<Stack space={4} className='h-full'>
|
||||||
<Stack space={4} className='px-6 pt-6'>
|
<Stack space={4} className='px-4 pt-6'>
|
||||||
<HStack alignItems='center' justifyContent='between'>
|
<HStack alignItems='center' justifyContent='between'>
|
||||||
<CardTitle title={intl.formatMessage(messages.title)} />
|
<CardTitle title={intl.formatMessage(messages.title)} />
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue