From b5e6f8b8c199066221699a49d8d577e1916b9994 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 7 Apr 2020 13:34:10 +0100 Subject: [PATCH] Iterate PR Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/structures/_HomePage.scss | 3 ++- src/components/structures/HomePage.tsx | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/css/structures/_HomePage.scss b/res/css/structures/_HomePage.scss index 2f2f27f377..a4c39c8e06 100644 --- a/res/css/structures/_HomePage.scss +++ b/res/css/structures/_HomePage.scss @@ -32,7 +32,7 @@ limitations under the License. } img { - width: 40px; + height: 48px; } h1 { @@ -62,6 +62,7 @@ limitations under the License. position: relative; display: inline-block; border-radius: 8px; + vertical-align: top; font-weight: 600; font-size: $font-15px; diff --git a/src/components/structures/HomePage.tsx b/src/components/structures/HomePage.tsx index ecc56ef0e5..ddf9cd6d00 100644 --- a/src/components/structures/HomePage.tsx +++ b/src/components/structures/HomePage.tsx @@ -1,5 +1,5 @@ /* -Copyright 2020 New Vector Ltd +Copyright 2020 The Matrix.org Foundation C.I.C. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +23,6 @@ import SdkConfig from "../../SdkConfig"; import * as sdk from "../../index"; import dis from "../../dispatcher"; - const onClickSendDm = () => dis.dispatch({action: 'view_create_chat'}); const onClickExplore = () => dis.dispatch({action: 'view_room_directory'}); const onClickNewRoom = () => dis.dispatch({action: 'view_create_room'});