updated plugin WP-WebAuthn version 1.4.1

This commit is contained in:
2026-06-03 21:27:37 +00:00
committed by Gitium
parent e4b9b8235b
commit 5cd2237fad
39 changed files with 2660 additions and 1265 deletions

View File

@ -51,4 +51,10 @@
}
#wp-webauthn-uv-warning {
margin: 15px 0 0;
}
.wwa-table-svg {
display: inline-block;
margin-right: 5px;
vertical-align: middle;
width: 20px;
}

View File

@ -1,5 +1,6 @@
#wp-webauthn {
margin-right: 5px;
width: 56px;
}
#wp-webauthn span {
line-height: 30px;
@ -47,8 +48,32 @@
#loginform.wwa-webauthn-only {
padding-bottom: 30px;
}
#loginform .wwa-passkey-notice {
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
#loginform .password-icon {
margin-right: 4px;
}
#loginform .password-icon::after {
display: inline-block;
content: "";
width: 1px;
height: 80%;
background-color: currentColor;
position: relative;
left: 3px;
bottom: 10%;
}
@media(max-width: 782px){
#wp-webauthn span {
line-height: 38px;
}
}
@media(max-width: 782px){
.interim-login #wp-webauthn span {
line-height: 30px;
}
}