rebuild rtorrent config

This commit is contained in:
Mateusz Gruszczyński
2026-05-27 22:42:37 +02:00
parent 80c71c8d79
commit 01c5c54c10
4 changed files with 43 additions and 13 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3356,10 +3356,6 @@ body.mobile-mode .mobile-filter-bar {
display: block;
}
#pollerRuntime {
line-height: 1.45;
}
.planner-history-item {
background: rgba(var(--bs-secondary-bg-rgb), 0.45);
border: 1px solid var(--bs-border-color);
@@ -3369,10 +3365,6 @@ body.mobile-mode .mobile-filter-bar {
padding: 0.15rem 0.4rem;
}
#pollerRuntime {
margin-top: 0.25rem;
}
.status-planner {
align-items: center;
background: transparent;
@@ -5376,3 +5368,27 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
vertical-align: middle;
}
.poller-safe-preview {
background: rgba(var(--bs-info-rgb), 0.08);
border: 1px solid rgba(var(--bs-info-rgb), 0.22);
border-radius: 0.7rem;
color: var(--bs-secondary-color);
font-size: 0.82rem;
line-height: 1.45;
padding: 0.55rem 0.7rem;
}
.poller-diagnostic-line {
display: flex;
flex-wrap: wrap;
gap: 0.25rem 0.45rem;
line-height: 1.5;
margin-top: 0.25rem;
}
.poller-diagnostic-item {
display: inline-flex;
gap: 0.25rem;
min-width: 0;
}