You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-04 23:02:14 +03:00
Makes the avatar of the user menu non-draggable (#8765)
This commit is contained in:
@@ -22,10 +22,14 @@ limitations under the License.
|
|||||||
.mx_AccessibleButton {
|
.mx_AccessibleButton {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
|
||||||
|
|
||||||
.mx_UserMenu_userAvatar {
|
.mx_UserMenu_userAvatar {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
.mx_BaseAvatar {
|
||||||
|
pointer-events: none; // makes the avatar non-draggable
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UserMenu_name {
|
.mx_UserMenu_name {
|
||||||
|
Reference in New Issue
Block a user