fix: iPhone X以降(?)でページの内容が全て表示しきれないのを修正 (#8375)
* add safe-area-inset-bottom to spacer
* fix
* ✌️
* fix
This commit is contained in:
@ -265,7 +265,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null;
|
||||
min-width: 0;
|
||||
|
||||
> .spacer {
|
||||
height: 82px;
|
||||
height: calc(env(safe-area-inset-bottom, 0px) + 96px);
|
||||
|
||||
@media (min-width: ($widgets-hide-threshold + 1px)) {
|
||||
display: none;
|
||||
|
Reference in New Issue
Block a user