Explorar el Código

Improved chat a little bit.

KrisVos130 hace 9 años
padre
commit
95ce96e5a7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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;