Files
Readarr/frontend/src/Components/FileBrowser/FileBrowserModalContent.css
2017-09-05 23:00:26 -04:00

17 lines
257 B
CSS

.modalBody {
composes: modalBody from 'Components/Modal/ModalBody.css';
display: flex;
flex-direction: column;
}
.pathInput {
composes: pathInputWrapper from 'Components/Form/PathInput.css';
flex: 0 0 auto;
}
.scroller {
margin-top: 20px;
}