logs #1

Merged
gru merged 13 commits from logs into master 2026-05-21 09:33:34 +02:00
2 changed files with 13 additions and 1 deletions
Showing only changes of commit d7ac0f18e9 - Show all commits
File diff suppressed because one or more lines are too long
+12
View File
@@ -519,6 +519,18 @@ body.resizing-details {
.muted-pane {
color: var(--bs-secondary-color);
}
.torrent-log-message {
background: var(--bs-tertiary-bg);
border: 1px solid var(--bs-border-color);
border-radius: 0.65rem;
font-size: 1rem;
line-height: 1.6;
margin: 0;
min-height: 4.25rem;
padding: 1rem 1.1rem;
white-space: pre-wrap;
}
.detail-table {
white-space: nowrap;
}