Browse Source

Fixes #1445 Participants list uses big font in embedded mode

JC Brand 6 năm trước cách đây
mục cha
commit
3d3c27001f
2 tập tin đã thay đổi với 1 bổ sung3 xóa
  1. 1 0
      CHANGES.md
  2. 0 3
      sass/_chatrooms.scss

+ 1 - 0
CHANGES.md

@@ -28,6 +28,7 @@
 - #316: Add support for XEP-0198 Stream Management
 - #1296: `embedded` view mode shows `chatbox-navback` arrow in header
 - #1330: Missing room name in MUC invitation popup
+- #1445: Participants list uses big font in embedded mode
 - #1465: When highlighting a roster contact, they're incorrectly shown as online
 - #1532: Converse reloads on enter pressed in the filter box
 - #1550: Legitimate carbons being blocked due to erroneous forgery check

+ 0 - 3
sass/_chatrooms.scss

@@ -552,9 +552,6 @@
             .occupants {
                 .occupant-list {
                     padding-left: 0.3em;
-                    li.occupant {
-                        font-size: 120%;
-                    }
                 }
             }
         }