mirror of
https://github.com/Radarr/Radarr
synced 2026-01-26 01:12:11 +01:00
18 lines
300 B
CSS
18 lines
300 B
CSS
.languages,
|
|
.quality {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 100px;
|
|
}
|
|
|
|
.indexer {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 80px;
|
|
}
|
|
|
|
.actions {
|
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
|
|
|
width: 70px;
|
|
}
|