mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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>
|
||||
<ProgressBar chapters={chapters} />
|
||||
<View
|
||||
{...css({ flexDirection: "row", flexGrow: 1, justifyContent: "space-between" })}
|
||||
{...css({
|
||||
flexDirection: "row",
|
||||
flexGrow: 1,
|
||||
justifyContent: "space-between",
|
||||
flexWrap: "wrap",
|
||||
})}
|
||||
>
|
||||
<LeftButtons previousSlug={previousSlug} nextSlug={nextSlug} />
|
||||
<RightButtons
|
||||
|
Loading…
x
Reference in New Issue
Block a user