You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-11-06 09:19:38 +02:00
@@ -103,6 +103,10 @@
|
|||||||
composes: premiere from '~Calendar/Events/CalendarEvent.css';
|
composes: premiere from '~Calendar/Events/CalendarEvent.css';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.unaired {
|
||||||
|
composes: unaired 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;
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ interface CssExports {
|
|||||||
'seriesTitle': string;
|
'seriesTitle': string;
|
||||||
'statusIcon': string;
|
'statusIcon': string;
|
||||||
'time': string;
|
'time': string;
|
||||||
|
'unaired': string;
|
||||||
'underlay': string;
|
'underlay': string;
|
||||||
'unmonitored': string;
|
'unmonitored': string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user