Radarr/frontend/src/Collection/Edit/EditCollectionModalContent.css
2022-05-28 17:46:44 -05:00

17 lines
168 B
CSS

.container {
display: flex;
}
.poster {
flex: 0 0 170px;
margin-right: 20px;
height: 250px;
}
.info {
flex-grow: 1;
}
.overview {
margin-bottom: 30px;
}