💄 Fix the Metro picto rendering
No metro picto was displayed... lack of metroLinePicto CSS class.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
}
|
||||
|
||||
.header .transportMode {
|
||||
aspect-ratio: 1/1;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
margin-right: calc(23/1920*100%);
|
||||
|
@@ -57,6 +57,12 @@
|
||||
margin-right: calc(23/1920*100%);
|
||||
}
|
||||
|
||||
.metroLinePicto {
|
||||
aspect-ratio : 1 / 1;
|
||||
height: calc(100/176*100%);
|
||||
margin-right: calc(23/1920*100%);
|
||||
}
|
||||
|
||||
.destination {
|
||||
height: calc(60/176*100%);
|
||||
width: 50%;
|
||||
|
Reference in New Issue
Block a user