mirror of
https://github.com/Lidarr/Lidarr
synced 2026-03-01 01:54:29 +01:00
14 lines
284 B
CSS
14 lines
284 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%;
|
|
}
|