Lidarr/frontend/src/Calendar/Day/CalendarDays.css

15 lines
161 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.days {
display: flex;
border-right: 1px solid var(--calendarBorderColor);
2017-09-04 02:20:56 +00:00
}
.day,
.week,
.forecast {
flex-wrap: nowrap;
}
.month {
flex-wrap: wrap;
}