fix(prejoin): Fix moving content when device status bar is toggled

This commit is contained in:
Vlad Piersec 2020-10-21 15:23:39 +03:00 committed by vp8x8
parent 348c6416e5
commit ddea7d0294
2 changed files with 4 additions and 0 deletions

View File

@ -62,12 +62,15 @@
&-status { &-status {
align-items: center; align-items: center;
align-self: stretch; align-self: stretch;
bottom: 0;
color: #fff; color: #fff;
display: flex; display: flex;
font-size: 13px; font-size: 13px;
min-height: 24px; min-height: 24px;
justify-content: center; justify-content: center;
position: absolute;
text-align: center; text-align: center;
width: 100%;
z-index: 1; z-index: 1;
&--warning { &--warning {

View File

@ -104,6 +104,7 @@
flex: 1; flex: 1;
flex-direction: column; flex-direction: column;
justify-content: flex-end; justify-content: flex-end;
padding-bottom: 24px;
z-index: $toolbarZ + 2; z-index: $toolbarZ + 2;
.title { .title {