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