make settings button always visible

pull/1111/head
Matthew Hodgson 2016-03-04 23:16:27 +00:00
parent 9c82938b35
commit 7433f50c8c
1 changed files with 0 additions and 5 deletions

View File

@ -158,7 +158,6 @@ limitations under the License.
.mx_RoomHeader_settingsButton {
display: inline-block;
visibility: hidden;
position: relative;
bottom: 10px;
left: 4px;
@ -179,10 +178,6 @@ limitations under the License.
color: #76cfa6;
}
.mx_RoomHeader_name:hover .mx_RoomHeader_settingsButton {
visibility: visible;
}
.mx_RoomHeader_leaveButton {
margin-top: -1px;
}