Browse Source

Fix height for panels

JC Brand 12 năm trước cách đây
mục cha
commit
156b56602a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      converse.css

+ 1 - 1
converse.css

@@ -165,7 +165,7 @@ input.new-chatroom-name {
 div#settings,
 div#chatrooms,
 div#login-dialog {
-    height: 279px;
+    height: 272px;
 }
 
 p.not-implemented {