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();
|
const history = useHistory();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack className='h-full space-y-4'>
|
<Stack className='h-full gap-4'>
|
||||||
<Stack className='grow px-4 pt-6 sm:px-6'>
|
<Stack className='grow px-4 pt-6 sm:px-6'>
|
||||||
<HStack alignItems='center'>
|
<HStack alignItems='center'>
|
||||||
<IconButton
|
<IconButton
|
||||||
|
|
|
@ -86,8 +86,8 @@ const ChatSearch = (props: IChatSearch) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack space={4} className='h-full relative overflow-auto'>
|
<Stack space={4} className='relative -mt-1 h-full overflow-auto'>
|
||||||
<div className='px-4'>
|
<div className='px-4 pt-1'>
|
||||||
<Input
|
<Input
|
||||||
data-testid='search'
|
data-testid='search'
|
||||||
type='text'
|
type='text'
|
||||||
|
|
Loading…
Reference in a new issue