mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
33 lines
610 B
CSS
33 lines
610 B
CSS
.selectInput {
|
|
composes: input from '~Components/Form/CheckInput.css';
|
|
}
|
|
|
|
.folder {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
flex: 1 0 200px;
|
|
line-height: 36px;
|
|
}
|
|
|
|
.monitor {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
flex: 0 1 200px;
|
|
min-width: 185px;
|
|
}
|
|
|
|
.minimumAvailability,
|
|
.qualityProfile {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
flex: 0 1 250px;
|
|
min-width: 170px;
|
|
}
|
|
|
|
.movie {
|
|
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
|
|
|
flex: 0 1 400px;
|
|
min-width: 300px;
|
|
}
|