Something went wrong. Try again.
Bluesky app fork with some witchin' additions 💫 forked from jollywhoppers.com/witchsky.app
Something went wrong. Try again.
667 B · 21 lines
TypeScript
12345678910111213141516171819202122export const SCROLLBAR_OFFSET = 'calc(-1 * var(--removed-body-scroll-bar-size, 0px) / 2)' as anyexport const SCROLLBAR_OFFSET_POSITIVE = 'calc(var(--removed-body-scroll-bar-size, 0px) / 2)' as any
/** * Useful for visually aligning icons within header buttons with the elements * below them on the screen. Apply positively or negatively depending on side * of the screen you're on. */export const BUTTON_VISUAL_ALIGNMENT_OFFSET = 3
/** * Corresponds to the width of a small square or round button */export const HEADER_SLOT_SIZE = 33
/** * How far to shift the center column when in the tablet breakpoint */export const CENTER_COLUMN_OFFSET = -105