Skip to content

Commit 8f46695

Browse files
authored
Merge pull request #2223 from oasisprotocol/mz/mobileEdgeToEdgeLayout
Adjust margins for mobile edge to edge layout
2 parents cdafd54 + 580178a commit 8f46695

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.changelog/2223.bugfix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Adjust margins for mobile edge to edge layout

capacitor.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ const config: CapacitorConfig = {
44
appId: 'org.oasisprotocol.wallet',
55
appName: 'ROSE Wallet',
66
webDir: 'build',
7+
android: {
8+
adjustMarginsForEdgeToEdge: 'force',
9+
},
710
server: {
811
androidScheme: 'https',
912
},

0 commit comments

Comments
 (0)