瀏覽代碼

fix(chat): change margins to avoid different background color

master
Leonard Kim 6 年之前
父節點
當前提交
fd0eef4c84
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      css/_chat.scss

+ 1
- 2
css/_chat.scss 查看文件

@@ -120,7 +120,6 @@
120 120
 
121 121
 .usrmsg-form {
122 122
     flex: 1;
123
-    margin-left: 5px;
124 123
 }
125 124
 
126 125
 #usermsg {
@@ -131,7 +130,7 @@
131 130
     color: white;
132 131
     font-size: 10pt;
133 132
     line-height: 30px;
134
-    padding: 5px 5px 5px 0px;
133
+    padding: 5px;
135 134
     max-height:150px;
136 135
     min-height:35px;
137 136
     overflow-y: auto;

Loading…
取消
儲存