mirror of
https://github.com/docmost/docmost.git
synced 2026-06-10 10:13:01 +08:00
a7105267ed
Removing the leftward extension. With negative margin-left, the grid grew leftward past page-content and the first column appeared near the sidebar edge on load — wrong; Notion keeps the first column aligned with page text. Drop margin-left and the extendLeft calculation; only extend rightward toward AppShell.Main's right edge. Leftward viewport extension (so frozen columns can lock at the sidebar edge during scroll) becomes meaningful once we add frozen columns. Deferred until that feature lands.