fix planner
This commit is contained in:
+33
-33
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user