Fix onboarding wizard: centering, njal.la domain instructions, port forwarding guidance
Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/a264d893-5e77-4b7b-98d5-23796530fe97 Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0479b37982
commit
125e6bef76
@@ -1690,8 +1690,9 @@ button.btn-reboot:hover:not(:disabled) {
|
||||
.onboarding-body {
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
background-color: var(--bg-color);
|
||||
min-height: 100vh;
|
||||
padding: 32px 16px 64px;
|
||||
@@ -1700,6 +1701,7 @@ button.btn-reboot:hover:not(:disabled) {
|
||||
.onboarding-shell {
|
||||
width: 100%;
|
||||
max-width: 680px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Progress bar */
|
||||
|
||||
Reference in New Issue
Block a user