mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-28 23:16:32 -04:00
15 lines
286 B
CSS
15 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%;
|
|
}
|