1
0
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:
Oscar Hinton
2021-04-06 23:10:22 +02:00
committed by GitHub
parent 0a2f738634
commit eeb61b019b
3 changed files with 34 additions and 1 deletions

View File

@@ -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;