mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
Increase popup width on linux during WebAuthn process (#1772)
* Expand popup width on linux during WebAuthn prompt * Refactor
This commit is contained in:
@@ -189,6 +189,16 @@ p.lead {
|
||||
}
|
||||
}
|
||||
|
||||
body.linux-webauthn {
|
||||
width: 485px !important;
|
||||
#web-authn-frame {
|
||||
iframe {
|
||||
width: 375px;
|
||||
margin: 0 55px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
app-root > #loading {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user