mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-25 15:20:34 +01:00
Fixed style issue for devices with bottom safe area
This commit is contained in:
@@ -186,7 +186,7 @@ export const EpisodeList: React.FC<Props> = ({ item, close }) => {
|
|||||||
top: insets.top,
|
top: insets.top,
|
||||||
left: insets.left,
|
left: insets.left,
|
||||||
right: insets.right,
|
right: insets.right,
|
||||||
bottom: insets.bottom,
|
bottom: 0,
|
||||||
backgroundColor: "black", // Dark transparent background
|
backgroundColor: "black", // Dark transparent background
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user