make settings button always visible
This commit is contained in:
@@ -158,7 +158,6 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_RoomHeader_settingsButton {
|
.mx_RoomHeader_settingsButton {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
visibility: hidden;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
@@ -179,10 +178,6 @@ limitations under the License.
|
|||||||
color: #76cfa6;
|
color: #76cfa6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_name:hover .mx_RoomHeader_settingsButton {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RoomHeader_leaveButton {
|
.mx_RoomHeader_leaveButton {
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user