bazarr/frontend/src/pages/History/Statistics/HistoryStats.module.scss

10 lines
125 B
SCSS

.container {
display: flex;
flex-direction: column;
height: calc(100vh - $header-height);
}
.chart {
height: 90%;
}