mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-09 22:41:26 +02:00
Makes the avatar of the user menu non-draggable (#8765)
This commit is contained in:
parent
5ca035772d
commit
a6da89481c
@ -22,10 +22,14 @@ limitations under the License.
|
||||
.mx_AccessibleButton {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.mx_UserMenu_userAvatar {
|
||||
position: relative;
|
||||
.mx_UserMenu_userAvatar {
|
||||
position: relative;
|
||||
|
||||
.mx_BaseAvatar {
|
||||
pointer-events: none; // makes the avatar non-draggable
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mx_UserMenu_name {
|
||||
|
Loading…
x
Reference in New Issue
Block a user