parent
5c8ad71a15
commit
b5e6f8b8c1
|
@ -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;
|
||||
|
|
|
@ -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'});
|
||||
|
|
Loading…
Reference in New Issue