regular delta before OS reinstall

This commit is contained in:
Ludwig Lehnert
2026-04-10 11:18:21 +02:00
parent c686d74506
commit d86139f574
2 changed files with 42 additions and 30 deletions

View File

@@ -335,21 +335,29 @@ p {
font-size: 1.02rem;
}
.info-stack.compact-info {
gap: 0.45rem;
.request-meta-wrap {
max-width: 520px;
}
.info-stack.compact-info .info-card {
padding: 0.5rem 0.62rem;
gap: 0.12rem;
.request-meta-table {
min-width: 0;
}
.info-stack.compact-info .info-card strong {
font-size: 0.92rem;
.request-meta-table th,
.request-meta-table td {
font-size: 0.86rem;
padding: 0.45rem 0.6rem;
}
.info-stack.compact-info .info-card .muted {
font-size: 0.84rem;
.request-meta-table th {
width: 10rem;
color: var(--text-muted);
font-weight: 700;
}
.request-meta-table tbody tr:first-child th,
.request-meta-table tbody tr:first-child td {
border-top: none;
}
.upload-progress {