fix planner

This commit is contained in:
Mateusz Gruszczyński
2026-06-17 09:02:41 +02:00
parent 99692ef217
commit b98505fd31
65 changed files with 82 additions and 279 deletions
File diff suppressed because one or more lines are too long
+33 -33
View File
@@ -3418,6 +3418,39 @@ body.mobile-mode .mobile-filter-bar {
margin-bottom: 0.7rem;
}
/* Note: Planner Current Settings inherits the original compact card chrome from .smart-setting-row. */
.planner-current-summary {
align-items: flex-start;
}
/* Note: Keep Planner Current Settings entries on one visual line, with the same separator spacing as before. */
.planner-diagnostic-line {
align-items: center;
color: var(--bs-secondary-color);
display: flex;
flex-wrap: wrap;
gap: 0.3rem 0.55rem;
line-height: 1.45;
margin-top: 0.2rem;
}
.planner-diagnostic-item {
align-items: baseline;
display: inline-flex;
gap: 0.25rem;
white-space: nowrap;
}
.planner-diagnostic-item b {
color: var(--bs-body-color);
display: inline;
font-weight: 700;
}
.planner-diagnostic-line .diagnostic-separator {
margin: 0 0.18rem;
}
.planner-current-summary ul {
display: flex;
flex-wrap: wrap;
@@ -5746,39 +5779,6 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
width: 1rem;
}
/* Note: Planner Current Settings inherits the original compact card chrome from .smart-setting-row. */
.planner-current-summary {
align-items: flex-start;
}
/* Note: Keep Planner Current Settings entries on one visual line, with the same separator spacing as before. */
.planner-diagnostic-line {
align-items: center;
color: var(--bs-secondary-color);
display: flex;
flex-wrap: wrap;
gap: 0.3rem 0.55rem;
line-height: 1.45;
margin-top: 0.2rem;
}
.planner-diagnostic-item {
align-items: baseline;
display: inline-flex;
gap: 0.25rem;
white-space: nowrap;
}
.planner-diagnostic-item b {
color: var(--bs-body-color);
display: inline;
font-weight: 700;
}
.planner-diagnostic-line .diagnostic-separator {
margin: 0 0.18rem;
}
.diagnostic-separator,
.modal-meta-separator {
color: var(--bs-secondary-color);