We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f35508 commit 3dfd92aCopy full SHA for 3dfd92a
static/css/styles.css
@@ -303,7 +303,7 @@ form#lock-form {
303
display: block;
304
margin: 0 auto calc(var(--padding) * 6) auto;
305
width: 100%;
306
- height: 264px; /* same as usual form width */
+ height: calc(264px - var(--padding) * 4); /* same as usual form width, - 4 times padding */
307
border-radius: 50%;
308
background-color: var(--bg-color-darken-strong);
309
}
0 commit comments