M: Update tailwind spelling
This commit is contained in:
parent
8366c5c66b
commit
ec12e8debd
|
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user