revert planner js

This commit is contained in:
Mateusz Gruszczyński
2026-05-27 23:01:31 +02:00
parent 1768b30df6
commit 46fec57ab8
2 changed files with 27 additions and 12 deletions

View File

@@ -5325,12 +5325,12 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
width: 1rem;
}
/* Note: Planner Current Settings and Poller Diagnostics use compact key-value rows for quick scanning. */
.planner-current-summary,
.poller-diagnostics-row {
/* 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);
@@ -5341,25 +5341,23 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
margin-top: 0.2rem;
}
.planner-diagnostic-item,
.poller-diagnostic-item {
.planner-diagnostic-item {
align-items: baseline;
display: inline-flex;
gap: 0.25rem;
min-width: 0;
}
.planner-diagnostic-item {
white-space: nowrap;
}
.planner-diagnostic-item b,
.poller-diagnostic-item b {
.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);
@@ -5368,6 +5366,23 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
vertical-align: middle;
}
.poller-diagnostics-row {
align-items: flex-start;
}
.poller-diagnostic-item {
align-items: baseline;
display: inline-flex;
gap: 0.25rem;
min-width: 0;
}
.poller-diagnostic-item b {
color: var(--bs-body-color);
display: inline;
font-weight: 700;
}
.poller-layout {
gap: 0.85rem;
}