lazy_retention
This commit is contained in:
@@ -5780,3 +5780,27 @@ body.compact-torrent-list .mobile-progress .torrent-progress {
|
||||
border-radius: 10px;
|
||||
filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
|
||||
}
|
||||
|
||||
.operation-log-retention-groups {
|
||||
display: grid;
|
||||
gap: 0.75rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
||||
}
|
||||
|
||||
.operation-log-retention-card {
|
||||
border: 1px solid var(--border-color, rgba(127, 127, 127, 0.25));
|
||||
border-radius: 0.75rem;
|
||||
padding: 0.75rem;
|
||||
}
|
||||
|
||||
.operation-log-retention-card h6 {
|
||||
margin-bottom: 0.65rem;
|
||||
}
|
||||
|
||||
.operation-log-retention-meta {
|
||||
color: var(--muted-color, #6c757d);
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
font-size: 0.82rem;
|
||||
gap: 0.45rem 0.85rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user