mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
To center the login prompt use a media query and padding instead
This commit is contained in:
parent
f860bcd548
commit
b910708a31
@ -346,8 +346,10 @@ app-root {
|
||||
}
|
||||
}
|
||||
|
||||
app-lock content {
|
||||
max-width: 600px;
|
||||
@media only screen and (min-width: 601px) {
|
||||
app-lock content {
|
||||
padding: 0 35%;
|
||||
}
|
||||
}
|
||||
|
||||
content {
|
||||
|
Loading…
Reference in New Issue
Block a user