From c516a17e24b2be02b538e40caec6a3ef66af0153 Mon Sep 17 00:00:00 2001 From: hermes-explorigin Date: Sat, 5 Sep 2026 03:23:41 +0000 Subject: [PATCH] Make BLB content use full viewport width - MainHeader.js: render the main layout table at width=100% and let the mainRightTD content cell auto-fill remaining space (left nav stays 121px). Previously the content cell was fixed to docWidth (~480px), wasting most of a modern wide monitor. - standard.css: neutralize html{zoom:130%} (force 100%) and add an #mainRightTD{width:auto!important} guard. --- css/standard.css | 5 ++++- js/MainHeader.js | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/css/standard.css b/css/standard.css index 702ac74a..8f5d7a7d 100644 --- a/css/standard.css +++ b/css/standard.css @@ -1,6 +1,6 @@ html { - zoom: 130% + zoom: 100% !important; } @@ -598,3 +598,6 @@ div.floatyMover { height:18px; } + +/* === Full-viewport override (added for modern monitors) === */ +#mainRightTD { width:auto !important; } diff --git a/js/MainHeader.js b/js/MainHeader.js index a5662d47..1dd1ec49 100644 --- a/js/MainHeader.js +++ b/js/MainHeader.js @@ -152,7 +152,7 @@ if(noLeftNav[window.name]) { } else { document.write( '
' + - '' + + '
' + '' + '
' + ''+ + ''+ '
' + ' ' + '
'