bump: update for tailwindcss 4.0
This commit is contained in:
@@ -60,7 +60,7 @@ export const LayoutMain = (props: LayoutMainProps) => {
|
||||
menuStore.setOpen(true);
|
||||
}}
|
||||
icon={<MenuOutlined />}></Button>
|
||||
<div className='flex flex-grow justify-between'>
|
||||
<div className='flex grow justify-between'>
|
||||
{props.title}
|
||||
<div className='mr-4 flex gap-4 items-center no-drag'>
|
||||
{menuStore.me?.type === 'org' && (
|
||||
|
||||
Reference in New Issue
Block a user