Added padding and spacing for dropdown button

This commit is contained in:
Alex Kim
2024-12-26 11:07:33 +11:00
parent 3aef9458e3
commit ba3104f87e

View File

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