mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-16 18:00:48 +02:00
14 lines
286 B
CSS
14 lines
286 B
CSS
.calendarPageBody {
|
|
composes: contentBody from '~Components/Page/PageContentBody.css';
|
|
|
|
display: flex;
|
|
}
|
|
|
|
.calendarInnerPageBody {
|
|
composes: innerContentBody from '~Components/Page/PageContentBody.css';
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
width: 100%;
|
|
}
|