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

Position the unlock button closer to the master password entry

This commit is contained in:
Daniel James Smith
2021-10-13 22:32:43 +02:00
parent beb6b26f15
commit d8dbeab911

View File

@@ -347,8 +347,12 @@ app-root {
}
@media only screen and (min-width: 601px) {
app-lock header {
padding: 0 calc((100% - 500px) / 2)
}
app-lock content {
padding: 0 35%;
padding: 0 calc((100% - 500px) / 2)
}
}