This commit is contained in:
tamaina 2022-03-05 01:34:57 +09:00
parent e6c031349a
commit 3cabae133d

View File

@ -239,6 +239,8 @@ 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;
@ -265,7 +267,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
min-width: 0;
> .spacer {
height: calc(env(safe-area-inset-bottom, 0px) + 82px);
height: var(--buttons-height);
@media (min-width: ($widgets-hide-threshold + 1px)) {
display: none;