Cleanup
This commit is contained in:
@@ -265,30 +265,28 @@ export function ExternalPlayer({
|
|||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<Fill
|
||||||
<Fill
|
style={[
|
||||||
style={[
|
a.rounded_sm,
|
||||||
a.rounded_sm,
|
{
|
||||||
{
|
backgroundColor:
|
||||||
backgroundColor:
|
t.name === 'light' ? t.palette.contrast_975 : 'black',
|
||||||
t.name === 'light' ? t.palette.contrast_975 : 'black',
|
borderBottomLeftRadius: 0,
|
||||||
borderBottomLeftRadius: 0,
|
borderBottomRightRadius: 0,
|
||||||
borderBottomRightRadius: 0,
|
opacity: 0.3,
|
||||||
opacity: 0.3,
|
},
|
||||||
},
|
]}
|
||||||
]}
|
/>
|
||||||
/>
|
|
||||||
<MediaInsetBorder
|
|
||||||
opaque
|
|
||||||
style={[
|
|
||||||
{
|
|
||||||
borderBottomLeftRadius: 0,
|
|
||||||
borderBottomRightRadius: 0,
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</>
|
|
||||||
)}
|
)}
|
||||||
|
<MediaInsetBorder
|
||||||
|
opaque
|
||||||
|
style={[
|
||||||
|
{
|
||||||
|
borderBottomLeftRadius: 0,
|
||||||
|
borderBottomRightRadius: 0,
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
<PlaceholderOverlay
|
<PlaceholderOverlay
|
||||||
isLoading={isLoading}
|
isLoading={isLoading}
|
||||||
isPlayerActive={isPlayerActive}
|
isPlayerActive={isPlayerActive}
|
||||||
|
|||||||
Reference in New Issue
Block a user