From 5d566648e5867b5a5f121060a6008cfe121aadf7 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 12 Feb 2023 21:21:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20no=20picto=20displayed=20f?= =?UTF-8?q?or=20train=20and=20RER=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/passagesPanel.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/passagesPanel.module.css b/frontend/src/passagesPanel.module.css index 76bc77d..9a95446 100644 --- a/frontend/src/passagesPanel.module.css +++ b/frontend/src/passagesPanel.module.css @@ -57,7 +57,7 @@ margin-right: calc(23/1920*100%); } -.metroLinePicto { +.metroLinePicto, .trainLinePicto { aspect-ratio : 1 / 1; height: calc(100/176*100%); margin-right: calc(23/1920*100%); @@ -71,7 +71,6 @@ text-align: left; } - .trafficStatus { height: calc(50/176*100%); aspect-ratio: 35/50;