Operand

odyssey, u hear?

gram: docs

> ./packages/core/src/utils/sidebarConstants.ts

/** Sidebar geometry constants — shared by both adapters so the
* page-shift and card-gap math stays consistent.
* @packageDocumentation
* @public */
export const SIDEBAR_WIDTH = 340;
export const SIDEBAR_PAGE_GAP = 12;
export const SIDEBAR_DOCUMENT_SHIFT = (SIDEBAR_PAGE_GAP + SIDEBAR_WIDTH) / 2;
export const MIN_CARD_GAP = 8;