Closes #5477
@ -103,6 +103,10 @@
composes: premiere from '~Calendar/Events/CalendarEvent.css';
}
.unaired {
composes: unaired from '~Calendar/Events/CalendarEvent.css';
@media only screen and (max-width: $breakpointSmall) {
.event {
flex-direction: column;
@ -17,6 +17,7 @@ interface CssExports {
'seriesTitle': string;
'statusIcon': string;
'time': string;
'unaired': string;
'underlay': string;
'unmonitored': string;