Skip to content

Commit 3f35508

Browse files
committed
fix distorted user avatars on lock screens
1 parent 495dd05 commit 3f35508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ form#lock-form {
310310

311311
@supports (aspect-ratio: 1 / 1) { /* not supported by web-greeter, only nody-greeter */
312312
#active-user-session-avatar {
313-
width: auto; /* let aspect-ratio do the work */
313+
height: auto; /* let aspect-ratio do the work */
314314
aspect-ratio: 1 / 1;
315315
}
316316
}

0 commit comments

Comments
 (0)