mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
Merge pull request #307 from Alexk2309/hotfix/dropdown-spacing
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