mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-05 18:47:52 +01:00
Position the unlock button closer to the master password entry
This commit is contained in:
parent
beb6b26f15
commit
d8dbeab911
@ -347,8 +347,12 @@ app-root {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 601px) {
|
@media only screen and (min-width: 601px) {
|
||||||
|
app-lock header {
|
||||||
|
padding: 0 calc((100% - 500px) / 2)
|
||||||
|
}
|
||||||
|
|
||||||
app-lock content {
|
app-lock content {
|
||||||
padding: 0 35%;
|
padding: 0 calc((100% - 500px) / 2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user