Improve installer automation and config editor
This commit is contained in:
@@ -86,6 +86,11 @@ h2 { margin: 0 0 20px; font-size: 34px; }
|
||||
|
||||
.field { display: grid; gap: 8px; margin-bottom: 16px; }
|
||||
|
||||
.infoHint {
|
||||
margin: 0 0 16px;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.field input {
|
||||
width: 100%;
|
||||
min-height: 48px;
|
||||
@@ -175,3 +180,17 @@ button.primary {
|
||||
gap: 12px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.eulaLink {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.eulaText {
|
||||
margin-top: 14px;
|
||||
max-height: 260px;
|
||||
overflow: auto;
|
||||
white-space: pre-wrap;
|
||||
font-family: Consolas, monospace;
|
||||
font-size: 13px;
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user