소스 검색

Fix height for panels

JC Brand 12 년 전
부모
커밋
156b56602a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {