mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
15 lines
155 B
CSS
15 lines
155 B
CSS
.days {
|
|
display: flex;
|
|
border-right: 1px solid $calendarBorderColor;
|
|
}
|
|
|
|
.day,
|
|
.week,
|
|
.forecast {
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.month {
|
|
flex-wrap: wrap;
|
|
}
|