fix header weight

pull/21833/head
Matthew Hodgson 2018-05-25 03:19:19 +01:00
parent 3bf28a08ec
commit 715632ff9c
1 changed files with 2 additions and 2 deletions

View File

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