mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
fix: bottom padding
This commit is contained in:
@@ -345,8 +345,9 @@ export default function index() {
|
||||
contentContainerStyle={{
|
||||
paddingLeft: insets.left,
|
||||
paddingRight: insets.right,
|
||||
paddingBottom: insets.bottom,
|
||||
}}
|
||||
className="flex flex-col space-y-4 mb-20"
|
||||
className="flex flex-col space-y-4"
|
||||
>
|
||||
<LargeMovieCarousel />
|
||||
|
||||
@@ -362,7 +363,7 @@ export default function index() {
|
||||
limit: 20,
|
||||
enableImageTypes: ["Primary", "Backdrop", "Thumb"],
|
||||
})
|
||||
).data.Items|| []
|
||||
).data.Items || []
|
||||
}
|
||||
orientation={"horizontal"}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user