mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +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 {
|
@media only screen and (min-width: 601px) {
|
||||||
max-width: 600px;
|
app-lock content {
|
||||||
|
padding: 0 35%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
content {
|
content {
|
||||||
|
Loading…
Reference in New Issue
Block a user