Browse Source

Fixed broken chat

Nex 9 years ago
parent
commit
639a9e065d
1 changed files with 1 additions and 8 deletions
  1. 1 8
      app/client/stylesheets/app.css

+ 1 - 8
app/client/stylesheets/app.css

@@ -333,10 +333,8 @@ input[type="range"] + .thumb {
 }
 
 .chat-ul{
-    height: 100%;
+    height: calc(100% - 164px);
     overflow-y: scroll;
-    display: table;
-    width: 100%;
 }
 
 .chat-message:hover{
@@ -350,11 +348,6 @@ input[type="range"] + .thumb {
 .chat-message a{
     width: 50px;
     height: 50px;
-    display: block;
-}
-
-.chat-message li{
-    display: table-cell;
 }
 
 #submit, #add-allowed-submit, #add-playlist-modal-button{