fix header weight

This commit is contained in:
Matthew Hodgson 2018-05-25 03:19:19 +01:00
parent 3bf28a08ec
commit 715632ff9c

View file

@ -81,7 +81,7 @@ limitations under the License.
line-height: 52px; line-height: 52px;
color: $roomheader-color; color: $roomheader-color;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: 600;
overflow: hidden; overflow: hidden;
margin-left: 63px; margin-left: 63px;
text-overflow: ellipsis; text-overflow: ellipsis;
@ -101,7 +101,7 @@ limitations under the License.
.mx_RoomHeader_name { .mx_RoomHeader_name {
overflow: hidden; overflow: hidden;
color: $roomheader-color; color: $roomheader-color;
font-weight: bold; font-weight: 600;
font-size: 18px; font-size: 18px;
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;