fix: Improve support for safe area insets (#35065)
This commit is contained in:
parent
69f298731e
commit
59dc0bd6f3
3 changed files with 7 additions and 0 deletions
|
|
@ -9,8 +9,11 @@ $content-width: 840px;
|
|||
.admin-wrapper {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
padding: env(safe-area-inset-top) env(safe-area-inset-right)
|
||||
env(safe-area-inset-bottom) env(safe-area-inset-left);
|
||||
|
||||
.icon {
|
||||
width: 16px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue