add dedicated leave button to header

This commit is contained in:
Matthew Hodgson 2015-12-13 13:49:54 +00:00
parent 9c8984b308
commit c553258aff
2 changed files with 37 additions and 0 deletions

View file

@ -138,6 +138,16 @@ limitations under the License.
visibility: visible;
}
.mx_RoomHeader_leaveButton {
visibility: hidden;
margin-top: -1px;
}
.mx_RoomHeader_wrapper:hover .mx_RoomHeader_leaveButton {
visibility: visible;
}
.mx_RoomHeader_nameEditing {
padding-left: 8px;
padding-right: 16px;