1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00
Files
Radarr/frontend/src/Calendar/Day/CalendarDays.css
2019-07-26 22:25:01 -04:00

15 lines
155 B
CSS

.days {
display: flex;
border-right: 1px solid $calendarBorderColor;
}
.day,
.week,
.forecast {
flex-wrap: nowrap;
}
.month {
flex-wrap: wrap;
}