瀏覽代碼

Proper truncating (with ellipsis) of chatroom names

JC Brand 11 年之前
父節點
當前提交
a01d510249
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      converse.css

+ 6 - 2
converse.css

@@ -482,12 +482,16 @@
     margin-top: 0.5em;
 }
 
-#chatpanel #available-chatrooms dd {
+#chatpanel dd.available-chatroom {
     overflow-x: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     display: inline-block;
-    width: 165px;
+    width: 175px;
+}
+
+#chatpanel dd.available-chatroom a.open-room {
+    width: 148px;
 }
 
 #chatpanel #available-chatrooms dt,