浏览代码

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;
     font-size: 20px;
     color: white;
     color: white;
 }
 }
+.chat-message:first-child {
+    margin-top: 30px;
+}
 #chat-ul, #global-chat-ul {
 #chat-ul, #global-chat-ul {
     overflow-y: hidden;
     overflow-y: hidden;
     margin: 0;
     margin: 0;