mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +08:00
5a5779c05a
close: BS-2122, BS-2125, BS-2124, BS-2420, PD-2073, BS-2126, BS-2469, BS-2470, BS-2478, BS-2471
5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
export const ColumnMinWidth = 60;
|
|
export const ColumnMaxWidth = 240;
|
|
export const DefaultColumnWidth = 120;
|
|
export const DefaultRowHeight = 39;
|