M: Update tailwind spelling

This commit is contained in:
Ivan 2025-11-12 20:23:04 +03:00
parent 8366c5c66b
commit ec12e8debd
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ function parseOssURL(id: string | undefined) {
function fallbackLoader() { function fallbackLoader() {
return ( return (
<div className='flex justify-center items-center h-[100dvh]'> <div className='flex justify-center items-center h-dvh'>
<Loader scale={6} /> <Loader scale={6} />
</div> </div>
); );

View File

@ -70,7 +70,7 @@ export function DiagramFlow({
return ( return (
<div <div
tabIndex={-1} tabIndex={-1}
className={cn('relative cc-mask-sides max-w-480 w-[100dvw]', spaceMode && 'space-mode', className)} className={cn('relative cc-mask-sides max-w-480 w-dvw', spaceMode && 'space-mode', className)}
style={{ ...style, height: height }} style={{ ...style, height: height }}
onKeyDown={handleKeyDown} onKeyDown={handleKeyDown}
onKeyUp={handleKeyUp} onKeyUp={handleKeyUp}