1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

tweaks from pairing with @dharmaone

This commit is contained in:
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

@@ -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 */

View File

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