瀏覽代碼

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

master
Vlad Piersec 5 年之前
父節點
當前提交
ddea7d0294
共有 2 個文件被更改,包括 4 次插入0 次删除
  1. 3
    0
      css/_prejoin.scss
  2. 1
    0
      css/_premeeting-screens.scss

+ 3
- 0
css/_prejoin.scss 查看文件

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

+ 1
- 0
css/_premeeting-screens.scss 查看文件

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

Loading…
取消
儲存