multilang_and_other #8
File diff suppressed because one or more lines are too long
@@ -5325,12 +5325,12 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
|
|||||||
width: 1rem;
|
width: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Note: Planner Current Settings and Poller Diagnostics use compact key-value rows for quick scanning. */
|
/* Note: Planner Current Settings inherits the original compact card chrome from .smart-setting-row. */
|
||||||
.planner-current-summary,
|
.planner-current-summary {
|
||||||
.poller-diagnostics-row {
|
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Note: Keep Planner Current Settings entries on one visual line, with the same separator spacing as before. */
|
||||||
.planner-diagnostic-line {
|
.planner-diagnostic-line {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: var(--bs-secondary-color);
|
color: var(--bs-secondary-color);
|
||||||
@@ -5341,25 +5341,23 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
|
|||||||
margin-top: 0.2rem;
|
margin-top: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.planner-diagnostic-item,
|
.planner-diagnostic-item {
|
||||||
.poller-diagnostic-item {
|
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
gap: 0.25rem;
|
gap: 0.25rem;
|
||||||
min-width: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.planner-diagnostic-item {
|
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.planner-diagnostic-item b,
|
.planner-diagnostic-item b {
|
||||||
.poller-diagnostic-item b {
|
|
||||||
color: var(--bs-body-color);
|
color: var(--bs-body-color);
|
||||||
display: inline;
|
display: inline;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.planner-diagnostic-line .diagnostic-separator {
|
||||||
|
margin: 0 0.18rem;
|
||||||
|
}
|
||||||
|
|
||||||
.diagnostic-separator,
|
.diagnostic-separator,
|
||||||
.modal-meta-separator {
|
.modal-meta-separator {
|
||||||
color: var(--bs-secondary-color);
|
color: var(--bs-secondary-color);
|
||||||
@@ -5368,6 +5366,23 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
|
|||||||
vertical-align: middle;
|
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 {
|
.poller-layout {
|
||||||
gap: 0.85rem;
|
gap: 0.85rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user