style: improve layout and responsiveness of custom toolbar

This commit is contained in:
micha 2025-06-27 10:06:57 +02:00
parent 72c3f6c17f
commit 6c734f2d19
3 changed files with 26 additions and 13 deletions

View file

@ -171,12 +171,9 @@ const CustomToolbar: React.FC<CustomToolbarProps> = ({
};
return (
<div
className='custom-toolbar'
style={{ display: 'flex', flexDirection: 'initial', gap: '8px' }}
>
<div className='custom-toolbar'>
<div className='view-change'>
<div className='view-switcher' style={{ display: 'flex', gap: '8px' }}>
<div className='view-switcher'>
<Button
//className='hover:bg-orange-600 hover:text-white'
type='submit'