瀏覽代碼

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

Loading…
取消
儲存