add safe-area-inset-bottom to spacer

This commit is contained in:
tamaina 2022-03-05 01:21:01 +09:00
parent 3e31d1fae9
commit e6c031349a

View File

@ -265,7 +265,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
min-width: 0;
> .spacer {
height: 82px;
height: calc(env(safe-area-inset-bottom, 0px) + 82px);
@media (min-width: ($widgets-hide-threshold + 1px)) {
display: none;