Tidy beta landing page and qBittorrent status
This commit is contained in:
@@ -598,6 +598,86 @@ button:disabled,
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.system-status-dropdown {
|
||||
display: block;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.system-status-dropdown summary {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.system-status-dropdown summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.system-summary {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 14px;
|
||||
padding: 14px 16px;
|
||||
cursor: pointer;
|
||||
border: 1px solid var(--ops-line-soft);
|
||||
border-radius: var(--ops-radius);
|
||||
background: rgba(255, 255, 255, 0.032);
|
||||
}
|
||||
|
||||
.system-summary-copy {
|
||||
display: grid;
|
||||
gap: 4px;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.system-summary-copy strong {
|
||||
color: var(--ops-text);
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.system-summary-copy span:last-child {
|
||||
color: var(--ops-muted);
|
||||
font-size: 0.86rem;
|
||||
}
|
||||
|
||||
.system-summary-actions {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
.system-dropdown-cue {
|
||||
min-width: 52px;
|
||||
color: var(--ops-cyan);
|
||||
font-family: "JetBrains Mono", Consolas, monospace;
|
||||
font-size: 0.72rem;
|
||||
font-weight: 700;
|
||||
text-align: right;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.system-status-dropdown[open] .system-dropdown-cue::before {
|
||||
content: "Close";
|
||||
font-size: 0.72rem;
|
||||
}
|
||||
|
||||
.system-status-dropdown[open] .system-dropdown-cue {
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.system-status-dropdown .system-list {
|
||||
margin-top: 10px;
|
||||
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
|
||||
}
|
||||
|
||||
.system-status-dropdown .system-item {
|
||||
grid-template-columns: auto minmax(0, 1fr) auto;
|
||||
}
|
||||
|
||||
.system-status-dropdown .system-actions {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
.system-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -658,6 +738,26 @@ button:disabled,
|
||||
font-size: 0.78rem;
|
||||
}
|
||||
|
||||
.find-panel .find-header {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.find-panel .find-header h1 {
|
||||
margin: 0;
|
||||
font-size: clamp(1.12rem, 1.5vw, 1.38rem);
|
||||
line-height: 1.12;
|
||||
}
|
||||
|
||||
.find-panel h2 {
|
||||
font-size: 1.22rem;
|
||||
}
|
||||
|
||||
.find-panel .lede {
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.system-actions {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -679,6 +779,7 @@ button:disabled,
|
||||
font-family: "JetBrains Mono", Consolas, monospace;
|
||||
font-size: 0.7rem;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user