forked from matrix/element-web
add cancelButton to simpleHeader
This commit is contained in:
parent
b58265a69c
commit
c98e06e1aa
|
@ -128,11 +128,8 @@ limitations under the License.
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_simpleHeaderCancel {
|
.mx_RoomHeader_simpleHeader .mx_RoomHeader_cancelButton {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: 8px;
|
|
||||||
padding: 24px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_name {
|
.mx_RoomHeader_name {
|
||||||
|
|
Loading…
Reference in New Issue