pl-fe: improve chat search styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
9dce0668d1
commit
58a7122552
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ const ChatPageNew: React.FC<IChatPageNew> = () => {
|
|||
const history = useHistory();
|
||||
|
||||
return (
|
||||
<Stack className='h-full space-y-4'>
|
||||
<Stack className='h-full gap-4'>
|
||||
<Stack className='grow px-4 pt-6 sm:px-6'>
|
||||
<HStack alignItems='center'>
|
||||
<IconButton
|
||||
|
|
|
@ -86,8 +86,8 @@ const ChatSearch = (props: IChatSearch) => {
|
|||
};
|
||||
|
||||
return (
|
||||
<Stack space={4} className='h-full relative overflow-auto'>
|
||||
<div className='px-4'>
|
||||
<Stack space={4} className='relative -mt-1 h-full overflow-auto'>
|
||||
<div className='px-4 pt-1'>
|
||||
<Input
|
||||
data-testid='search'
|
||||
type='text'
|
||||
|
|
Loading…
Reference in a new issue