浏览代码

fix: layout of the insecure room name warning icon

master
Bettenbuk Zoltan 5 年前
父节点
当前提交
0c6b0641f5
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6
    2
      css/_welcome_page.scss

+ 6
- 2
css/_welcome_page.scss 查看文件

@@ -95,8 +95,12 @@ body.welcome-page {
95 95
                     flex-direction: row;
96 96
                     margin-top: 5px;
97 97
 
98
-                    svg {
99
-                        fill: $defaultWarningColor
98
+                    .jitsi-icon {
99
+                        margin-right: 15px;
100
+
101
+                        svg {
102
+                            fill: $defaultWarningColor
103
+                        }
100 104
                     }
101 105
                 }
102 106
 

正在加载...
取消
保存