Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
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;