blob: cad7e0106ca98dd23ad1180f93288ced6508a29d (
plain) (
blame)
1
2
3
4
5
6
|
import {atoms as a} from '#/alf'
export const BUBBLE_MAX_WIDTH = 240
export const ARROW_SIZE = 12
export const ARROW_HALF_SIZE = ARROW_SIZE / 2
export const MIN_EDGE_SPACE = a.px_lg.paddingLeft
|