Explorar o código

Merge remote-tracking branch 'origin/master'

KrisVos130 %!s(int64=9) %!d(string=hai) anos
pai
achega
3ba43a50a8
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      app/client/app.css
  2. 1 1
      app/client/client.js

+ 1 - 0
app/client/app.css

@@ -1152,6 +1152,7 @@ nav form input[type="image"]{
     margin: 0;
     padding: 0 15px 0 15px;
     padding-bottom: 20px;
+    word-break: break-all;
 }
 .chat-message:nth-child(even) {
    color: white;

+ 1 - 1
app/client/client.js

@@ -531,7 +531,7 @@ Template.room.helpers({
             if (elem !== undefined && elem !== null) {
                 elem.scrollTop = elem.scrollHeight;
             }
-        }, 1000);
+        }, 100);
         return Chat.find({type: Session.get("type")}, {sort: {time: -1}, limit: 50 }).fetch().reverse();
     },
     likes: function() {