mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-30 19:54:16 -04:00
Fix player hover overflow on really small phones
This commit is contained in:
parent
f7375428b6
commit
72628519a5
@ -120,7 +120,12 @@ export const Hover = ({
|
|||||||
</H2>
|
</H2>
|
||||||
<ProgressBar chapters={chapters} />
|
<ProgressBar chapters={chapters} />
|
||||||
<View
|
<View
|
||||||
{...css({ flexDirection: "row", flexGrow: 1, justifyContent: "space-between" })}
|
{...css({
|
||||||
|
flexDirection: "row",
|
||||||
|
flexGrow: 1,
|
||||||
|
justifyContent: "space-between",
|
||||||
|
flexWrap: "wrap",
|
||||||
|
})}
|
||||||
>
|
>
|
||||||
<LeftButtons previousSlug={previousSlug} nextSlug={nextSlug} />
|
<LeftButtons previousSlug={previousSlug} nextSlug={nextSlug} />
|
||||||
<RightButtons
|
<RightButtons
|
||||||
|
Loading…
x
Reference in New Issue
Block a user