mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-03 18:28:13 +01:00
Restrict content width on login prompt via tab
This commit is contained in:
parent
7f98ce347d
commit
f860bcd548
@ -346,6 +346,10 @@ app-root {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app-lock content {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
||||||
|
|
||||||
content {
|
content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 44px;
|
top: 44px;
|
||||||
|
Loading…
Reference in New Issue
Block a user