From 405f91a7d8dc09a15eb70c60306049cfbd54c7c9 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Fri, 5 Sep 2025 10:30:08 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=83=96=E3=83=AC=E3=83=83=E3=83=88?= =?UTF-8?q?=E7=AB=AF=E6=9C=AB=E3=81=A7=E9=81=8B=E8=A1=8C=E6=83=85=E5=A0=B1?= =?UTF-8?q?=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=AE=E8=A1=A8=E7=A4=BA=E3=81=8C?= =?UTF-8?q?=E3=82=A4=E3=83=9E=E3=82=A4=E3=83=81=E3=81=A0=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ndView.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ndView.tsx b/ndView.tsx index fa2ac7e..bac2bc2 100644 --- a/ndView.tsx +++ b/ndView.tsx @@ -16,6 +16,20 @@ document.querySelector('.map').style.display = 'block'; document.querySelector('.map').style.marginLeft = '-5px'; document.querySelector('.map').style.marginTop = '0px'; +document.querySelector('.pageInformation h1.accent span').style.width = '100%'; +document.querySelector('.delay_status').style.width = 'calc(100vw - 4px)'; +document.querySelector('.reload').style.width = '100vw'; +document.querySelector('.delay_info').style.width = '100vw'; +document.querySelector('.related_lnk').style.width = '100%'; +document.querySelector('.related_lnk').style.padding = '0px'; +document.querySelector('.related_lnk .ttl').style.padding = '20px'; +document.querySelector('.related_lnk dl.lnk_item').style.float = 'none'; +document.querySelector('.related_lnk dl.lnk_item').style.overflow = 'visible'; +document.querySelector('.related_lnk dl.lnk_item').style.width = '100%'; +document.querySelectorAll('.attention').forEach((el) => { + el.style.width = '100vw'; +}); + document.querySelector('.mapbase > img').style.width = '100vw'; document.querySelector('.ml_station > img').style.width = '100vw';