pl-fe: improve chat search styles

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2024-09-19 17:17:30 +02:00
parent 9dce0668d1
commit 58a7122552
2 changed files with 3 additions and 3 deletions

View file

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

View file

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