Reduced padding on mobile

This commit is contained in:
Clément Le Bihan
2023-11-26 23:35:59 +01:00
parent fd50b2268b
commit 262353376c
2 changed files with 6 additions and 7 deletions

View File

@@ -40,7 +40,6 @@ const PlayViewControlBar = ({
return (
<Row
style={{
width: '100%',
display: 'flex',
alignItems: 'center',
justifyContent: 'space-between',
@@ -50,7 +49,6 @@ const PlayViewControlBar = ({
//@ts-expect-error backdropFilter is not in the types
backdropFilter: 'blur(2px)',
padding: isPhone ? 5 : 10,
marginTop: 20,
}}
>
<View