Browse Source

Improved chat a little bit.

KrisVos130 9 years ago
parent
commit
95ce96e5a7
1 changed files with 3 additions and 0 deletions
  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;