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';