Editor scale for vertical monitor

Hi

What is the easiest way to scale width of editor with less offsets from sides ?
I'm using 4k monitor in vertical position with scale 2 in wayland.
Tables in sb need scrolling and scale in browser not helping because
of side offsets

Maybe someone could share a more space effective css for tables.

Ty, using silverbullet for year already.
Switched to new version just now
SilverBullet 2.10.0-176-gf2155378-2026-09-01T17-58-45Z

Use this following space-style snippet (adjust the numbers for your screen)

/* General width override */
html {--editor-width: 1400px;}

/* Editor Width based on display width*/
@media (max-width: 600px) { html {--editor-width: 95vw;}}