Iterate PR

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
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 {
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;

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");
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'});