1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-17 21:26:22 -04:00
Files
Radarr/frontend/src/Calendar/Day/CalendarDays.css
2022-11-20 11:49:50 -06:00

15 lines
161 B
CSS

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