From 30bb7eeeae208fd05b57bbdda0e0e51a37831735 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 26 May 2018 00:07:39 +0100 Subject: [PATCH] tweaks from pairing with @dharmaone --- res/css/_common.scss | 2 -- res/css/structures/_RoomSubList.scss | 2 +- res/css/structures/_TopLeftMenu.scss | 2 +- res/css/views/rooms/_RoomTile.scss | 3 ++- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/res/css/_common.scss b/res/css/_common.scss index c4cda6821e..7aa62698c3 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -30,8 +30,6 @@ body { color: $primary-fg-color; border: 0px; margin: 0px; - /* This should render the fonts the same accross browsers */ - -webkit-font-smoothing: subpixel-antialiased; } div.error, div.warning { diff --git a/res/css/structures/_RoomSubList.scss b/res/css/structures/_RoomSubList.scss index a2863460ad..3568dacee3 100644 --- a/res/css/structures/_RoomSubList.scss +++ b/res/css/structures/_RoomSubList.scss @@ -32,7 +32,7 @@ limitations under the License. position: relative; text-transform: uppercase; color: $roomsublist-label-fg-color; - font-weight: 600; + font-weight: 700; font-size: 12px; width: 203px; /* padding + width = LHS Panel width */ height: 19px; /* height + padding = 31px = mx_RoomSubList_label height */ diff --git a/res/css/structures/_TopLeftMenu.scss b/res/css/structures/_TopLeftMenu.scss index e53f00c96e..86f88448a0 100644 --- a/res/css/structures/_TopLeftMenu.scss +++ b/res/css/structures/_TopLeftMenu.scss @@ -37,5 +37,5 @@ limitations under the License. } .mx_TopLeftMenu_chevron { - margin-top: 26px; + margin-top: 24px; } diff --git a/res/css/views/rooms/_RoomTile.scss b/res/css/views/rooms/_RoomTile.scss index 58cd06c225..a2ca96cda8 100644 --- a/res/css/views/rooms/_RoomTile.scss +++ b/res/css/views/rooms/_RoomTile.scss @@ -17,7 +17,6 @@ limitations under the License. .mx_RoomTile { position: relative; cursor: pointer; - font-size: 14px; display: block; height: 40px; margin: 0px 9px 0px 9px; @@ -64,6 +63,8 @@ limitations under the License. .mx_RoomTile_name { display: inline-block; + font-size: 14px; + font-weight: 600; position: relative; width: 165px; vertical-align: middle;