You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/frontend/src/Artist/Index/Table/ArtistIndexRow.css

86 lines
1.5 KiB

.status {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 60px;
}
.sortName {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 4 0 110px;
}
.qualityProfileId,
.languageProfileId {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 1 0 125px;
}
.nextAiring,
.previousAiring,
.added {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 180px;
}
.albumCount {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 100px;
}
.trackProgress,
.latestAlbum {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
display: flex;
justify-content: center;
flex: 0 0 150px;
flex-direction: column;
}
.artistType,
.trackCount {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 120px;
}
.path {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 1 0 150px;
}
.sizeOnDisk {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 110px;
}
.tags {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 1 0 60px;
}
.useSceneNumbering {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 145px;
}
.actions {
composes: cell from 'Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 70px;
}
.checkInput {
composes: input from 'Components/Form/CheckInput.css';
margin-top: 0;
}