mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04:00
Co-authored-by: Deathspike <meister.deathspike@outlook.com> New: Bulk edit Prefer Magnet Url for indexers
62 lines
1.1 KiB
CSS
62 lines
1.1 KiB
CSS
.status {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 60px;
|
|
}
|
|
|
|
.id {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 60px;
|
|
}
|
|
|
|
.sortName {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 4 0 110px;
|
|
}
|
|
|
|
.priority,
|
|
.privacy,
|
|
.protocol,
|
|
.minimumSeeders,
|
|
.seedRatio,
|
|
.seedTime,
|
|
.packSeedTime,
|
|
.preferMagnetUrl {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 90px;
|
|
}
|
|
|
|
.appProfileId {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 1 0 125px;
|
|
}
|
|
|
|
.capabilities {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 350px;
|
|
}
|
|
|
|
.added,
|
|
.vipExpiration {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 125px;
|
|
}
|
|
|
|
.tags {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 1 0 60px;
|
|
}
|
|
|
|
.actions {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 1 90px;
|
|
}
|