mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-14 20:55:37 -04:00
20 lines
345 B
CSS
20 lines
345 B
CSS
.quality,
|
|
.size,
|
|
.dateAdded {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 0 120px;
|
|
}
|
|
|
|
.path {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 4 0 400px;
|
|
}
|
|
|
|
.actions {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 1 100px;
|
|
}
|