1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Fixed: Unreleased color not showing in Calendar Agenda view

This commit is contained in:
Qstick 2020-08-08 20:54:25 -04:00
parent 30956edf52
commit 3d25b99f63

View File

@ -61,6 +61,10 @@
composes: missing from '~Calendar/Events/CalendarEvent.css'; composes: missing from '~Calendar/Events/CalendarEvent.css';
} }
.unreleased {
composes: unreleased from '~Calendar/Events/CalendarEvent.css';
}
@media only screen and (max-width: $breakpointSmall) { @media only screen and (max-width: $breakpointSmall) {
.event { .event {
flex-direction: column; flex-direction: column;