Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9234a58

Browse files
authored
Merge pull request #5318 from matrix-org/t3chguy/fix/9232
Fix aspect ratio of avatar before clicking Save
2 parents edcdd95 + 00e35da commit 9234a58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/settings/_AvatarSetting.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ limitations under the License.
8585
.mx_AvatarSetting_avatarPlaceholder {
8686
display: block;
8787
height: 90px;
88+
width: inherit;
8889
border-radius: 90px;
8990
cursor: pointer;
9091
}

0 commit comments

Comments
 (0)