forked from matrix/element-web
show the leave button by default for now as it causes too much pain otherwise
This commit is contained in:
parent
0ca6efdfca
commit
a2193d61b0
|
@ -184,14 +184,9 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_leaveButton {
|
.mx_RoomHeader_leaveButton {
|
||||||
visibility: hidden;
|
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomHeader_wrapper:hover .mx_RoomHeader_leaveButton {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RoomHeader_placeholder {
|
.mx_RoomHeader_placeholder {
|
||||||
color: #a2a2a2 ! important;
|
color: #a2a2a2 ! important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue