mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 00:22:31 +01:00
43 lines
783 B
CSS
43 lines
783 B
CSS
.status {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 60px;
|
|
}
|
|
|
|
.name {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 4 0 110px;
|
|
}
|
|
|
|
.priority,
|
|
.privacy,
|
|
.protocol {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 90px;
|
|
}
|
|
|
|
.capabilities {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 350px;
|
|
}
|
|
|
|
.added {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 100px;
|
|
}
|
|
|
|
.tags {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 1 0 60px;
|
|
}
|
|
|
|
.actions {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 1 90px;
|
|
}
|