mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-20 06:22:09 +01:00
* New: Manual import improvements - Detect and merge import with files already in library. - Allow selection of album release from Manual Import modal. - Loading indicator while fetching updated decisions * Disable release switching if user manually overrode release
18 lines
289 B
CSS
18 lines
289 B
CSS
.modalBody {
|
|
composes: modalBody from '~Components/Modal/ModalBody.css';
|
|
|
|
display: flex;
|
|
flex: 1 1 auto;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.filterInput {
|
|
composes: input from '~Components/Form/TextInput.css';
|
|
|
|
flex: 0 0 auto;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.scroller {
|
|
flex: 1 1 auto;
|
|
}
|