mirror of https://github.com/vector-im/riot-web
Merge pull request #3731 from matrix-org/t3chguy/avatar_fixes
Fix aspect ratio on room/profile avatar previewpull/21833/head
commit
3ec60b1692
|
@ -52,6 +52,10 @@ limitations under the License.
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.mx_ProfileSettings_avatar img {
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.mx_ProfileSettings_avatar .mx_ProfileSettings_avatarOverlay_disabled {
|
||||
cursor: default;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue