compact_1

This commit is contained in:
Mateusz Gruszczyński
2026-05-25 07:21:38 +02:00
parent 17b497a32b
commit e298edd1e3
8 changed files with 90 additions and 6 deletions

View File

@@ -4894,3 +4894,81 @@ body,
}
}
/* Compact torrent list density */
body.compact-torrent-list .torrent-table {
font-size: 0.82rem;
}
body.compact-torrent-list .torrent-table tbody tr {
height: 24px;
}
body.compact-torrent-list .torrent-table > :not(caption) > * > * {
padding-bottom: 0.08rem;
padding-top: 0.08rem;
}
body.compact-torrent-list .torrent-table .badge,
body.compact-torrent-list .torrent-table .chip {
font-size: 0.68rem;
padding: 0.08rem 0.34rem;
}
body.compact-torrent-list .torrent-table .row-check {
height: 0.8rem;
width: 0.8rem;
}
body.compact-torrent-list .torrent-table .torrent-progress {
height: 11px;
min-width: 76px;
}
body.compact-torrent-list .torrent-table .torrent-progress > span {
font-size: 8px;
}
body.compact-torrent-list .mobile-list {
padding: 0.35rem;
}
body.compact-torrent-list .mobile-card {
border-radius: 0.55rem;
font-size: 0.82rem;
margin-bottom: 0.35rem;
padding: 0.42rem;
}
body.compact-torrent-list .mobile-card-header {
gap: 0.35rem;
}
body.compact-torrent-list .mobile-card .name {
font-size: 0.88rem;
line-height: 1.16;
}
body.compact-torrent-list .mobile-card .small {
font-size: 0.72rem;
line-height: 1.18;
}
body.compact-torrent-list .mobile-actions {
gap: 0.22rem;
margin-top: 0.28rem;
}
body.compact-torrent-list .mobile-actions .btn-xs,
body.compact-torrent-list .mobile-details-btn {
--bs-btn-padding-x: 0.28rem;
--bs-btn-padding-y: 0.08rem;
--bs-btn-font-size: 0.68rem;
}
body.compact-torrent-list .mobile-progress {
margin-top: 0.28rem;
}
body.compact-torrent-list .mobile-progress .torrent-progress {
height: 10px;
}