Iterate PR

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-04-07 13:34:10 +01:00
parent 5c8ad71a15
commit b5e6f8b8c1
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ limitations under the License.
} }
img { img {
width: 40px; height: 48px;
} }
h1 { h1 {
@ -62,6 +62,7 @@ limitations under the License.
position: relative; position: relative;
display: inline-block; display: inline-block;
border-radius: 8px; border-radius: 8px;
vertical-align: top;
font-weight: 600; font-weight: 600;
font-size: $font-15px; font-size: $font-15px;

View file

@ -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"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with 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 * as sdk from "../../index";
import dis from "../../dispatcher"; import dis from "../../dispatcher";
const onClickSendDm = () => dis.dispatch({action: 'view_create_chat'}); const onClickSendDm = () => dis.dispatch({action: 'view_create_chat'});
const onClickExplore = () => dis.dispatch({action: 'view_room_directory'}); const onClickExplore = () => dis.dispatch({action: 'view_room_directory'});
const onClickNewRoom = () => dis.dispatch({action: 'view_create_room'}); const onClickNewRoom = () => dis.dispatch({action: 'view_create_room'});