소스 검색

Improved chat a little bit.

KrisVos130 9 년 전
부모
커밋
95ce96e5a7
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/client/app.css

+ 3 - 0
app/client/app.css

@@ -1253,6 +1253,9 @@ nav form input[type="image"]{
     font-size: 20px;
     color: white;
 }
+.chat-message:first-child {
+    margin-top: 30px;
+}
 #chat-ul, #global-chat-ul {
     overflow-y: hidden;
     margin: 0;