fix
This commit is contained in:
parent
e6c031349a
commit
3cabae133d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user