Merge branch 'spacer-safe' into fix-msg-room

This commit is contained in:
tamaina 2022-03-05 01:22:00 +09:00
commit cc91ee9683

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;