💄 Fix the Metro picto rendering

No metro picto was displayed... lack of metroLinePicto CSS class.
This commit is contained in:
2023-01-28 16:38:42 +01:00
parent 79f4ad0c4c
commit f4d6a3e684
2 changed files with 7 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
} }
.header .transportMode { .header .transportMode {
aspect-ratio: 1/1;
height: 100%; height: 100%;
margin: 0; margin: 0;
margin-right: calc(23/1920*100%); margin-right: calc(23/1920*100%);

View File

@@ -57,6 +57,12 @@
margin-right: calc(23/1920*100%); margin-right: calc(23/1920*100%);
} }
.metroLinePicto {
aspect-ratio : 1 / 1;
height: calc(100/176*100%);
margin-right: calc(23/1920*100%);
}
.destination { .destination {
height: calc(60/176*100%); height: calc(60/176*100%);
width: 50%; width: 50%;