소스 검색

Explicitly set chatbox width

JC Brand 12 년 전
부모
커밋
7fcec77651
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      converse.css

+ 4 - 0
converse.css

@@ -592,6 +592,10 @@ dd.available-chatroom:hover a.room-info {
     border-radius: 4px;
 }
 
+.chatbox {
+    width: 200px;
+}
+
 .chatroom {
     width: 300px;
 }