mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 13:28:12 -04:00
Update view margins for main tabs (#771)
This commit is contained in:
@@ -183,6 +183,7 @@ export default function CredentialsScreen() : React.ReactNode {
|
||||
container: {
|
||||
flex: 1,
|
||||
paddingTop: insets.top,
|
||||
paddingBottom: insets.bottom,
|
||||
},
|
||||
content: {
|
||||
flex: 1,
|
||||
|
||||
@@ -132,6 +132,7 @@ export default function EmailsScreen() : React.ReactNode {
|
||||
},
|
||||
container: {
|
||||
flex: 1,
|
||||
paddingBottom: insets.bottom,
|
||||
paddingTop: insets.top,
|
||||
},
|
||||
content: {
|
||||
|
||||
@@ -119,6 +119,7 @@ export default function SettingsScreen() : React.ReactNode {
|
||||
},
|
||||
container: {
|
||||
flex: 1,
|
||||
paddingBottom: insets.bottom,
|
||||
paddingTop: insets.top,
|
||||
},
|
||||
content: {
|
||||
|
||||
Reference in New Issue
Block a user