mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-19 01:28:06 +00: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
|
||||
style={{ flex: 1 }}
|
||||
contentContainerStyle={{
|
||||
paddingTop: insets.top + 100,
|
||||
paddingTop: insets.top + 140,
|
||||
paddingBottom: insets.bottom + 60,
|
||||
paddingHorizontal: insets.left + 80,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user