hermes-explorigin c516a17e24
All checks were successful
Deploy to WebDAV (/BLB) / deploy (push) Successful in 47s
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.
2026-09-05 03:23:41 +00:00
..