mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-12 17:00:23 +01:00
style(tv): increase top padding on item content page
This commit is contained in:
@@ -823,7 +823,7 @@ export const ItemContentTV: React.FC<ItemContentTVProps> = React.memo(
|
|||||||
<ScrollView
|
<ScrollView
|
||||||
style={{ flex: 1 }}
|
style={{ flex: 1 }}
|
||||||
contentContainerStyle={{
|
contentContainerStyle={{
|
||||||
paddingTop: insets.top + 100,
|
paddingTop: insets.top + 140,
|
||||||
paddingBottom: insets.bottom + 60,
|
paddingBottom: insets.bottom + 60,
|
||||||
paddingHorizontal: insets.left + 80,
|
paddingHorizontal: insets.left + 80,
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user