mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
fix: bottom safe area
This commit is contained in:
@@ -260,6 +260,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
.safe-area #elements {
|
||||
.elements {
|
||||
@include safe-area(padding-bottom, 24px);
|
||||
}
|
||||
.crumbs {
|
||||
@include safe-area(height, 24px);
|
||||
}
|
||||
.element {
|
||||
@include safe-area(padding-bottom, 0px);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 680px) {
|
||||
#elements {
|
||||
.elements {
|
||||
|
||||
@@ -54,3 +54,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.safe-area #info {
|
||||
@include safe-area(padding-bottom, 10px);
|
||||
}
|
||||
|
||||
@@ -133,6 +133,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.safe-area #network {
|
||||
.http {
|
||||
@include safe-area(padding-bottom, 0px);
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 680px) {
|
||||
#network {
|
||||
.network {
|
||||
|
||||
@@ -74,3 +74,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.safe-area #resources {
|
||||
@include safe-area(padding-bottom, 10px);
|
||||
}
|
||||
|
||||
@@ -4,3 +4,7 @@
|
||||
#settings {
|
||||
@include overflow-auto(y);
|
||||
}
|
||||
|
||||
.safe-area #settings {
|
||||
@include safe-area(padding-bottom, 0px);
|
||||
}
|
||||
|
||||
@@ -38,3 +38,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.safe-area #snippets {
|
||||
@include safe-area(padding-bottom, 10px);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user