Skip to content

Commit dabca8c

Browse files
committed
Improve play handlers
1 parent 1155e53 commit dabca8c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

internal

site/app/[locale]/play/Play.tsx

+3-6
Original file line numberDiff line numberDiff line change
@@ -723,12 +723,9 @@ export default function Play(props: any) {
723723
overlay={false}
724724
originX={'center'}
725725
showHandler={responsive ? [false, true, true] : false}
726-
className={clsx(
727-
'full',
728-
{
729-
'max-w:100% max-h:100% outline:1|lightest': responsive
730-
}
731-
)}
726+
className={clsx('full outline:1|frame-light.resizing', {
727+
'max-w:100% max-h:100% outline:1|frame-lighter': responsive
728+
})}
732729
showHeight={true}
733730
>
734731
<iframe

0 commit comments

Comments
 (0)