mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Really fix info avatar
This commit is contained in:
parent
00c0212c03
commit
55084e918c
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ limitations under the License.
|
|||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.mx_UserInfo_avatar .mx_BaseAvatar_initial {
|
||||
|
|
Loading…
Reference in a new issue