Fix layout and visual regressions around default avatars (#10031)
This commit is contained in:
committed by
GitHub
parent
5a08859e37
commit
0d1fce37b2
@@ -25,6 +25,8 @@ limitations under the License.
|
||||
|
||||
.mx_UserMenu_userAvatar {
|
||||
position: relative;
|
||||
/* without this a default avatar will cause this to be 4px oversized and out of alignment */
|
||||
display: inherit;
|
||||
|
||||
.mx_BaseAvatar {
|
||||
pointer-events: none; /* makes the avatar non-draggable */
|
||||
|
||||
Reference in New Issue
Block a user