mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Tweak padding & weight
This commit is contained in:
parent
a3b1c93149
commit
fafbd25f6b
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -63,7 +63,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomTile2_name.mx_RoomTile2_nameHasUnreadEvents {
|
||||
font-weight: 700;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.mx_RoomTile2_messagePreview {
|
||||
|
|
Loading…
Reference in a new issue