Merge branch 'nadonomy/ui-tweaks-part-deux' of https://gitlab.matrix.org/new-vector/element/element-web/matrix-react-sdk into nadonomy/ui-tweaks-part-deux

This commit is contained in:
Michael Telatynski 2020-07-13 21:02:26 +01:00
commit 57f75736be
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@ limitations under the License.
.mx_RoomView_MessageList {
list-style-type: none;
padding: 16px;
padding: 18px;
margin: 0;
/* needed as min-height is set to clientHeight in ScrollPanel
to prevent shrinking when WhoIsTypingTile is hidden */

View file

@ -63,7 +63,7 @@ limitations under the License.
}
.mx_RoomTile2_name.mx_RoomTile2_nameHasUnreadEvents {
font-weight: 700;
font-weight: 600;
}
.mx_RoomTile2_messagePreview {