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