diff --git a/src/ui/flights/FlightStatus.scss b/src/ui/flights/FlightStatus.scss index 7989d2fd..4d417b44 100644 --- a/src/ui/flights/FlightStatus.scss +++ b/src/ui/flights/FlightStatus.scss @@ -10,8 +10,11 @@ gap: 2px; } + // Angular's SVG sprite points the plane nose to the right; the inline + // 24×24 path in this component is nose-up, so rotate it 90° to match. &__plane { display: block; + transform: rotate(90deg); } &__label {