Skip to content

Commit 3dfd92a

Browse files
committed
fix distorted user avatars on lock screens (web-greeter specific fix)
1 parent 3f35508 commit 3dfd92a

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
@@ -303,7 +303,7 @@ form#lock-form {
303303
display: block;
304304
margin: 0 auto calc(var(--padding) * 6) auto;
305305
width: 100%;
306-
height: 264px; /* same as usual form width */
306+
height: calc(264px - var(--padding) * 4); /* same as usual form width, - 4 times padding */
307307
border-radius: 50%;
308308
background-color: var(--bg-color-darken-strong);
309309
}

0 commit comments

Comments
 (0)