mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-22 08:44:41 +01:00
Added padding and spacing for dropdown button
This commit is contained in:
@@ -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} />
|
||||||
|
|||||||
Reference in New Issue
Block a user