tweaks from pairing with @dharmaone

pull/21833/head
Matthew Hodgson 2018-05-26 00:07:39 +01:00
parent 7fe2bfc212
commit 30bb7eeeae
4 changed files with 4 additions and 5 deletions

View File

@ -30,8 +30,6 @@ body {
color: $primary-fg-color; color: $primary-fg-color;
border: 0px; border: 0px;
margin: 0px; margin: 0px;
/* This should render the fonts the same accross browsers */
-webkit-font-smoothing: subpixel-antialiased;
} }
div.error, div.warning { div.error, div.warning {

View File

@ -32,7 +32,7 @@ limitations under the License.
position: relative; position: relative;
text-transform: uppercase; text-transform: uppercase;
color: $roomsublist-label-fg-color; color: $roomsublist-label-fg-color;
font-weight: 600; font-weight: 700;
font-size: 12px; font-size: 12px;
width: 203px; /* padding + width = LHS Panel width */ width: 203px; /* padding + width = LHS Panel width */
height: 19px; /* height + padding = 31px = mx_RoomSubList_label height */ height: 19px; /* height + padding = 31px = mx_RoomSubList_label height */

View File

@ -37,5 +37,5 @@ limitations under the License.
} }
.mx_TopLeftMenu_chevron { .mx_TopLeftMenu_chevron {
margin-top: 26px; margin-top: 24px;
} }

View File

@ -17,7 +17,6 @@ limitations under the License.
.mx_RoomTile { .mx_RoomTile {
position: relative; position: relative;
cursor: pointer; cursor: pointer;
font-size: 14px;
display: block; display: block;
height: 40px; height: 40px;
margin: 0px 9px 0px 9px; margin: 0px 9px 0px 9px;
@ -64,6 +63,8 @@ limitations under the License.
.mx_RoomTile_name { .mx_RoomTile_name {
display: inline-block; display: inline-block;
font-size: 14px;
font-weight: 600;
position: relative; position: relative;
width: 165px; width: 165px;
vertical-align: middle; vertical-align: middle;