fix linting

This commit is contained in:
Anton Tranelis 2025-04-17 19:37:44 +01:00
parent 73417c9086
commit 5b8267c1cd
2 changed files with 3 additions and 4 deletions

View File

@ -12,7 +12,8 @@ export function Content({ children }: ContentProps) {
return (
<div
className={`${appState.sideBarOpen && !appState.sideBarSlim ? 'tw:ml-48' : appState.sideBarOpen && appState.sideBarSlim ? 'tw:ml-14' : ''} tw:w-full tw:h-full tw:bg-base-200 tw:relative tw:transition-all tw:duration-300`} >
className={`${appState.sideBarOpen && !appState.sideBarSlim ? 'tw:ml-48' : appState.sideBarOpen && appState.sideBarSlim ? 'tw:ml-14' : ''} tw:w-full tw:h-full tw:bg-base-200 tw:relative tw:transition-all tw:duration-300`}
>
{children}
</div>
)

View File

@ -193,9 +193,7 @@ export function UtopiaMapInner({
}
return (
<div
className={`tw:h-full ${selectNewItemPosition != null ? 'crosshair-cursor-enabled' : ''}`}
>
<div className={`tw:h-full ${selectNewItemPosition != null ? 'crosshair-cursor-enabled' : ''}`}>
<Outlet />
<Control position='topLeft' zIndex='1000' absolute>
<SearchControl />