瀏覽代碼

fix(chat): Issue with position of chat messages

j8
hristoterezov 8 年之前
父節點
當前提交
53cb40be4c
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      css/_chat.scss

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

129
 .chatmessage {
129
 .chatmessage {
130
     background: #3a3a3a;
130
     background: #3a3a3a;
131
     width: 93%;
131
     width: 93%;
132
-    margin-left: 5%;
132
+    margin-left: 9px;
133
     margin-right: auto;
133
     margin-right: auto;
134
     border-radius: 5px;
134
     border-radius: 5px;
135
     border-top-left-radius: 0px;
135
     border-top-left-radius: 0px;
232
 
232
 
233
 #usermsg::-webkit-scrollbar-track-piece {
233
 #usermsg::-webkit-scrollbar-track-piece {
234
     background: #3a3a3a;
234
     background: #3a3a3a;
235
-}
235
+}

Loading…
取消
儲存