소스 검색

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

j8
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…
취소
저장