Merge pull request #307 from Alexk2309/hotfix/dropdown-spacing

Added padding and spacing for dropdown button
This commit is contained in:
Fredrik Burmester
2024-12-26 11:43:44 +01:00
committed by GitHub

View File

@@ -519,6 +519,7 @@ export const Controls: React.FC<Props> = ({
zIndex: 1000,
},
]}
className={`flex flex-row items-center space-x-2 z-10 p-4 `}
>
{!mediaSource?.TranscodingUrl ? (
<DropdownViewDirect showControls={showControls} />