mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Add support for WebAuthn to browser extension (#1379)
This commit is contained in:
@@ -176,6 +176,19 @@ p.lead {
|
||||
}
|
||||
}
|
||||
|
||||
#web-authn-frame {
|
||||
background: url('../images/loading.svg') 0 0 no-repeat;
|
||||
width: 100%;
|
||||
height: 310px;
|
||||
margin-bottom: -10px;
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
app-root > #loading {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user