mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-02 12:08:37 +01:00
fix(chapters): nudge the chapter button left of the skip controls
This commit is contained in:
@@ -164,10 +164,9 @@ export const BottomControls: FC<BottomControlsProps> = ({
|
|||||||
<Pressable
|
<Pressable
|
||||||
onPress={() => setChapterListVisible(true)}
|
onPress={() => setChapterListVisible(true)}
|
||||||
hitSlop={10}
|
hitSlop={10}
|
||||||
className='justify-center'
|
className='justify-center mr-4'
|
||||||
accessibilityRole='button'
|
accessibilityRole='button'
|
||||||
accessibilityLabel={t("chapters.open")}
|
accessibilityLabel={t("chapters.open")}
|
||||||
style={{ marginBottom: 6 }}
|
|
||||||
>
|
>
|
||||||
<Ionicons name='list' size={24} color='white' />
|
<Ionicons name='list' size={24} color='white' />
|
||||||
</Pressable>
|
</Pressable>
|
||||||
|
|||||||
Reference in New Issue
Block a user