mirror of https://github.com/vector-im/riot-web
show the leave button by default for now as it causes too much pain otherwise
parent
0ca6efdfca
commit
a2193d61b0
src/skins/vector/css/matrix-react-sdk/views/rooms
|
@ -184,14 +184,9 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_RoomHeader_leaveButton {
|
||||
visibility: hidden;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_wrapper:hover .mx_RoomHeader_leaveButton {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.mx_RoomHeader_placeholder {
|
||||
color: #a2a2a2 ! important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue