test
This commit is contained in:
@@ -37,14 +37,10 @@ main {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ptr.wrapper{
|
|
||||||
padding-top: env(safe-area-inset-top) !important;
|
|
||||||
padding-bottom: env(safe-area-inset-bottom) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
header{
|
header{
|
||||||
|
padding-top: env(safe-area-inset-top) !important;
|
||||||
|
height: calc(50px + env(safe-area-inset-top)) !important;
|
||||||
}
|
}
|
||||||
main {
|
main {
|
||||||
padding-top: calc(50px + env(safe-area-inset-top)) !important;
|
padding-top: calc(50px + env(safe-area-inset-top)) !important;
|
||||||
@@ -52,6 +48,5 @@ main {
|
|||||||
}
|
}
|
||||||
.bottom-tabbar{
|
.bottom-tabbar{
|
||||||
height: calc(70px + env(safe-area-inset-bottom)) !important;
|
height: calc(70px + env(safe-area-inset-bottom)) !important;
|
||||||
|
padding-bottom: env(safe-area-inset-bottom) !important;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
Reference in New Issue
Block a user