forked from coracle/flotilla
Fix safe area insets
This commit is contained in:
+2
-2
@@ -5,14 +5,14 @@ const config: CapacitorConfig = {
|
|||||||
appName: "Flotilla",
|
appName: "Flotilla",
|
||||||
webDir: "build",
|
webDir: "build",
|
||||||
android: {
|
android: {
|
||||||
adjustMarginsForEdgeToEdge: false,
|
adjustMarginsForEdgeToEdge: true,
|
||||||
},
|
},
|
||||||
plugins: {
|
plugins: {
|
||||||
CapacitorHttp: {
|
CapacitorHttp: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
SystemBars: {
|
SystemBars: {
|
||||||
insetsHandling: "disable",
|
insetsHandling: "enable",
|
||||||
},
|
},
|
||||||
SplashScreen: {
|
SplashScreen: {
|
||||||
androidSplashResourceName: "splash",
|
androidSplashResourceName: "splash",
|
||||||
|
|||||||
+4
-4
@@ -102,19 +102,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mt-sai {
|
.mt-sai {
|
||||||
padding-top: var(--sait);
|
margin-top: var(--sait);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mr-sai {
|
.mr-sai {
|
||||||
padding-right: var(--sair);
|
margin-right: var(--sair);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-sai {
|
.mb-sai {
|
||||||
padding-bottom: var(--saib);
|
margin-bottom: var(--saib);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ml-sai {
|
.ml-sai {
|
||||||
padding-left: var(--sail);
|
margin-left: var(--sail);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx-sai {
|
.mx-sai {
|
||||||
|
|||||||
Reference in New Issue
Block a user