Update: version 1.2.0, new version UI features, CSP hash auto-update, bug fixes
This commit is contained in:
@@ -170,13 +170,20 @@ button:focus-visible {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.reload-caddy-main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.license-version-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 18px;
|
||||
gap: 8px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.dashboard-version {
|
||||
@@ -196,6 +203,36 @@ button:focus-visible {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.dashboard-version-inline {
|
||||
white-space: nowrap;
|
||||
align-self: center;
|
||||
font-weight: 700;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
.dashboard-version-inline.has-update {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.dashboard-version-inline.has-update .dashboard-version-bullet,
|
||||
.dashboard-version-inline.has-update #license-topbar-version-text {
|
||||
color: var(--accent) !important;
|
||||
}
|
||||
|
||||
.dashboard-version-bullet {
|
||||
color: var(--muted);
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#license-topbar-version-text {
|
||||
color: var(--fg) !important;
|
||||
font-weight: 700;
|
||||
font-size: 0.82rem;
|
||||
letter-spacing: 0.01em;
|
||||
}
|
||||
|
||||
.version-info-modal-content {
|
||||
min-width: 420px;
|
||||
max-width: 620px;
|
||||
|
||||
Reference in New Issue
Block a user