1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Restrict content width on login prompt via tab

This commit is contained in:
Daniel James Smith
2021-10-12 22:32:05 +02:00
parent 7f98ce347d
commit f860bcd548

View File

@@ -346,6 +346,10 @@ app-root {
}
}
app-lock content {
max-width: 600px;
}
content {
position: absolute;
top: 44px;