Fix 5 issues: Caddy domain, Zeus emoji, Feature Manager in tiles, header centering, domain dialog content

Agent-Logs-Url: https://github.com/naturallaw777/staging_alpha/sessions/faca798f-6820-4db6-adc9-d5a5c9ac1ba1

Co-authored-by: naturallaw777 <99053422+naturallaw777@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-04 16:25:36 +00:00
committed by GitHub
parent d7cb97aa73
commit dd9ff2f4b2
4 changed files with 136 additions and 13 deletions

View File

@@ -54,13 +54,19 @@ body {
position: sticky;
top: 0;
z-index: 100;
justify-content: flex-end;
}
.header-bar .title {
font-size: 1.15rem;
font-weight: 700;
color: var(--text-primary);
flex: 1;
position: absolute;
left: 0;
right: 0;
text-align: center;
pointer-events: none;
white-space: nowrap;
}
.header-logo {
@@ -1530,6 +1536,19 @@ button.btn-reboot:hover:not(:disabled) {
margin-top: 6px;
}
.domain-setup-intro li {
margin-bottom: 6px;
}
.domain-setup-intro code {
background-color: #12121c;
padding: 2px 8px;
border-radius: 4px;
font-family: 'JetBrains Mono', monospace;
font-size: 0.82em;
word-break: break-all;
}
.domain-field-group {
margin-bottom: 14px;
}
@@ -1810,6 +1829,28 @@ button.btn-reboot:hover:not(:disabled) {
gap: 8px;
}
/* Addon feature toggle row in service detail modal */
.svc-detail-addon-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
margin-top: 10px;
}
.svc-detail-addon-status {
font-size: 0.88rem;
font-weight: 600;
}
.addon-status--on {
color: var(--green);
}
.addon-status--off {
color: var(--text-dim);
}
/* ── Sidebar: compact feature card overrides ─────────────────────── */
.sidebar .feature-manager-section {