This commit is contained in:
tamaina 2022-03-05 01:38:36 +09:00
parent 3cabae133d
commit 3677570977
2 changed files with 2 additions and 4 deletions

View File

@ -53,7 +53,7 @@ onMounted(() => {
}
@media (max-width: 500px) {
bottom: 92px;
bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
padding: 0 8px;
}

View File

@ -239,8 +239,6 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
}
.dkgtipfy {
--buttons-height: calc(env(safe-area-inset-bottom, 0px) + 96px);
$ui-font-size: 1em; // TODO:
$widgets-hide-threshold: 1090px;
@ -267,7 +265,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
min-width: 0;
> .spacer {
height: var(--buttons-height);
height: calc(env(safe-area-inset-bottom, 0px) + 96px);
@media (min-width: ($widgets-hide-threshold + 1px)) {
display: none;