タブレット端末で運行情報ページの表示がイマイチだったバグを修正
This commit is contained in:
14
ndView.tsx
14
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';
|
||||
|
Reference in New Issue
Block a user