浏览代码

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;
 }