mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-25 22:37:27 -04:00
32 lines
563 B
CSS
32 lines
563 B
CSS
.folder {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 1 0 200px;
|
|
}
|
|
|
|
.monitor {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 1 200px;
|
|
min-width: 185px;
|
|
}
|
|
|
|
.minimumAvailability,
|
|
.qualityProfile {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 1 250px;
|
|
min-width: 170px;
|
|
}
|
|
|
|
.movie {
|
|
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
|
|
|
|
flex: 0 1 400px;
|
|
min-width: 300px;
|
|
}
|
|
|
|
.detailsIcon {
|
|
margin-left: 8px;
|
|
}
|