Skip to content

Commit 3d3c270

Browse files
committed
Fixes #1445 Participants list uses big font in embedded mode
1 parent b57e3e4 commit 3d3c270

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGES.md

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

sass/_chatrooms.scss

-3
Original file line numberDiff line numberDiff line change
@@ -552,9 +552,6 @@
552552
.occupants {
553553
.occupant-list {
554554
padding-left: 0.3em;
555-
li.occupant {
556-
font-size: 120%;
557-
}
558555
}
559556
}
560557
}

0 commit comments

Comments
 (0)