mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix(layout): incorrect padding of screen safe area
This commit is contained in:
parent
ab46d1de7e
commit
2dbb2f5f79
1 changed files with 0 additions and 12 deletions
|
@ -205,16 +205,4 @@ body {
|
|||
.ant-layout-footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (orientation: landscape) {
|
||||
.full-screen-wrapper {
|
||||
padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
|
||||
}
|
||||
}
|
||||
|
||||
@media (orientation: portrait) {
|
||||
.full-screen-wrapper {
|
||||
padding: env(safe-area-inset-top) 0 env(safe-area-inset-bottom);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue