mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-28 19:38:46 +01:00
12 lines
149 B
CSS
12 lines
149 B
CSS
.modalBody {
|
|
flex: 1 0 1px;
|
|
padding: $modalBodyPadding;
|
|
}
|
|
|
|
.modalScroller {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.innerModalBody {
|
|
padding: $modalBodyPadding;
|
|
}
|