통합 거래내역 필터
This commit is contained in:
@@ -37,8 +37,14 @@ main {
|
||||
|
||||
}
|
||||
|
||||
header{
|
||||
.ptr.wrapper{
|
||||
padding-top: env(safe-area-inset-top) !important;
|
||||
padding-bottom: env(safe-area-inset-bottom) !important;
|
||||
}
|
||||
|
||||
/*
|
||||
header{
|
||||
|
||||
}
|
||||
main {
|
||||
padding-top: calc(50px + env(safe-area-inset-top)) !important;
|
||||
@@ -46,5 +52,6 @@ main {
|
||||
}
|
||||
.bottom-tabbar{
|
||||
height: calc(70px + env(safe-area-inset-bottom)) !important;
|
||||
padding-bottom: env(safe-area-inset-bottom) !important;
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user