You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
255 B
17 lines
255 B
.s-safe-area-inset {
|
|
&--top {
|
|
height: var(--safe-area-inset-top);
|
|
}
|
|
|
|
&--bottom {
|
|
height: var(--safe-area-inset-bottom);
|
|
}
|
|
|
|
&--left {
|
|
width: var(--safe-area-inset-left);
|
|
}
|
|
|
|
&--right {
|
|
width: var(--safe-area-inset-right);
|
|
}
|
|
}
|