1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

Merge pull request #2094 from bitwarden/add-login-with-locked-vault

Show save/update password prompt and save credentials even when vault is locked
This commit is contained in:
Daniel James Smith
2021-10-14 22:30:41 +02:00
committed by GitHub
11 changed files with 252 additions and 148 deletions

View File

@@ -346,6 +346,16 @@ app-root {
}
}
@media only screen and (min-width: 601px) {
app-lock header {
padding: 0 calc((100% - 500px) / 2);
}
app-lock content {
padding: 0 calc((100% - 500px) / 2);
}
}
content {
position: absolute;
top: 44px;