ui: clips, set playercontent size for clip player

This commit is contained in:
nick-delirium 2025-05-06 11:08:32 +02:00 committed by Delirium
parent 360d6ca382
commit 5ee2b125c8

View file

@ -56,9 +56,9 @@ function ClipPlayerContent(props: Props) {
return (
<div
className={cn(styles.playerBlock, 'flex flex-col', 'overflow-x-hidden')}
className={cn(styles.playerBlock, 'flex flex-col', 'overflow-x-hidden max-h-[556px] h-[556px]')}
>
<div className={cn(stl.playerBody, 'flex-1 flex flex-col relative')}>
<div className={cn(stl.playerBody, 'flex-1 flex flex-col relative max-h-[504px] h-[504px]')}>
<div className={cn(stl.playerBody, 'flex flex-1 flex-col relative')}>
<div className="relative flex-1 overflow-hidden group">
<ClipPlayerOverlay autoplay={props.autoplay} />