fix header weight
This commit is contained in:
parent
3bf28a08ec
commit
715632ff9c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue