mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
ui: fix paddings
This commit is contained in:
@@ -45,9 +45,10 @@ export const Menu = ({close = () => {}, hide, update = () => {}}) => {
|
||||
/>
|
||||
|
||||
<ScrollView
|
||||
showsVerticalScrollIndicator={false}
|
||||
contentContainerStyle={{
|
||||
justifyContent: 'space-between',
|
||||
height: '100%',
|
||||
minHeight: '100%',
|
||||
}}>
|
||||
<View>
|
||||
<FlatList
|
||||
|
||||
Reference in New Issue
Block a user