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

Commit 00e35da

Browse files
committed
Fix aspect ratio of avatar before clicking Save
Signed-off-by: Michael Telatynski <[email protected]>
1 parent dce047e commit 00e35da

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)