Browse Source

Reduce max width of roster items

Otherwise they get cut off sometimes
JC Brand 6 năm trước cách đây
mục cha
commit
5e217aae9b
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      css/converse.css
  2. 1 1
      sass/_roster.scss

+ 1 - 1
css/converse.css

@@ -11197,7 +11197,7 @@ body.reset {
           text-overflow: ellipsis;
           padding: 0;
           margin: 0;
-          max-width: 90%;
+          max-width: 85%;
           float: none;
           height: 100%; }
           #conversejs #converse-roster .roster-contacts .roster-group li .open-chat .contact-name.unread-msgs {

+ 1 - 1
sass/_roster.scss

@@ -109,7 +109,7 @@
                         text-overflow: ellipsis;
                         padding: 0;
                         margin: 0;
-                        max-width: 90%;
+                        max-width: 85%;
                         float: none;
                         height: 100%;
                         &.unread-msgs {