Przeglądaj źródła

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

master
Vlad Piersec 5 lat temu
rodzic
commit
ddea7d0294
2 zmienionych plików z 4 dodań i 0 usunięć
  1. 3
    0
      css/_prejoin.scss
  2. 1
    0
      css/_premeeting-screens.scss

+ 3
- 0
css/_prejoin.scss Wyświetl plik

62
     &-status {
62
     &-status {
63
         align-items: center;
63
         align-items: center;
64
         align-self: stretch;
64
         align-self: stretch;
65
+        bottom: 0;
65
         color: #fff;
66
         color: #fff;
66
         display: flex;
67
         display: flex;
67
         font-size: 13px;
68
         font-size: 13px;
68
         min-height: 24px;
69
         min-height: 24px;
69
         justify-content: center;
70
         justify-content: center;
71
+        position: absolute;
70
         text-align: center;
72
         text-align: center;
73
+        width: 100%;
71
         z-index: 1;
74
         z-index: 1;
72
 
75
 
73
         &--warning {
76
         &--warning {

+ 1
- 0
css/_premeeting-screens.scss Wyświetl plik

104
         flex: 1;
104
         flex: 1;
105
         flex-direction: column;
105
         flex-direction: column;
106
         justify-content: flex-end;
106
         justify-content: flex-end;
107
+        padding-bottom: 24px;
107
         z-index: $toolbarZ + 2;
108
         z-index: $toolbarZ + 2;
108
 
109
 
109
         .title {
110
         .title {

Ładowanie…
Anuluj
Zapisz