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:
commit
57f75736be
2 changed files with 2 additions and 2 deletions
|
@ -196,7 +196,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomView_MessageList {
|
.mx_RoomView_MessageList {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 16px;
|
padding: 18px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
/* needed as min-height is set to clientHeight in ScrollPanel
|
/* needed as min-height is set to clientHeight in ScrollPanel
|
||||||
to prevent shrinking when WhoIsTypingTile is hidden */
|
to prevent shrinking when WhoIsTypingTile is hidden */
|
||||||
|
|
|
@ -63,7 +63,7 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile2_name.mx_RoomTile2_nameHasUnreadEvents {
|
.mx_RoomTile2_name.mx_RoomTile2_nameHasUnreadEvents {
|
||||||
font-weight: 700;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile2_messagePreview {
|
.mx_RoomTile2_messagePreview {
|
||||||
|
|
Loading…
Reference in a new issue