kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'fix-full-screen' into 'main'
Fix fullscreen issue Closes #1065, #1069, and #1341 See merge request soapbox-pub/soapbox!3335merge-requests/3335/merge
commit
a7516ab456
|
@ -534,7 +534,7 @@ const Video: React.FC<IVideo> = ({
|
|||
return (
|
||||
<div
|
||||
role='menuitem'
|
||||
className={clsx('relative box-border flex max-w-full overflow-hidden rounded-[10px] bg-black text-white focus:outline-0', { 'w-full h-full m-0': fullscreen })}
|
||||
className={clsx('relative box-border flex max-h-[500px] max-w-full overflow-hidden rounded-[10px] bg-black text-white focus:outline-0', { 'w-full h-full m-0': fullscreen })}
|
||||
style={playerStyle}
|
||||
ref={player}
|
||||
onClick={handleClickRoot}
|
||||
|
|
Ładowanie…
Reference in New Issue