From 65f284bc256a6ae5793aa159d68f3be359f012fb Mon Sep 17 00:00:00 2001 From: Adrien Date: Sun, 5 Mar 2023 21:07:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20first=20passage=20misalign?= =?UTF-8?q?ment=20when=20it's=20unavailable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/passagesPanel.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/passagesPanel.scss b/frontend/src/passagesPanel.scss index 82b37e1..6727b47 100644 --- a/frontend/src/passagesPanel.scss +++ b/frontend/src/passagesPanel.scss @@ -100,7 +100,6 @@ .unavailableFirstPassage { height: calc(100/176*100%); aspect-ratio: calc(230/100); - margin-right: calc(30/1920*100%); /* TODO: compute the border weight according to the parent width */ border-right: solid calc(5px);