Improve legibility of room headers
This commit is contained in:
parent
4d432f23e4
commit
d0d61e7e3c
1 changed files with 1 additions and 2 deletions
|
@ -146,9 +146,8 @@ limitations under the License.
|
||||||
.mx_RoomSublist2_headerText {
|
.mx_RoomSublist2_headerText {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: calc(100% - 16px); // 16px is the badge width
|
max-width: calc(100% - 16px); // 16px is the badge width
|
||||||
text-transform: uppercase;
|
|
||||||
line-height: $font-16px;
|
line-height: $font-16px;
|
||||||
font-size: $font-12px;
|
font-size: $font-13px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
// Ellipsize any text overflow
|
// Ellipsize any text overflow
|
||||||
|
|
Loading…
Reference in a new issue