Merge branch 'spacer-safe' into fix-msg-room
This commit is contained in:
commit
cc91ee9683
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user