Web-based responsive document annotation tool
activeannoservice / project.layout / ColumnSizes / <init>
ColumnSizes(xs:
Int
, sm:
Int
? = null, md:
Int
? = null, lg:
Int
? = null, xl:
Int
? = null)
The UI defines 5 different screen size breakpoints, from smallest (xs) to largest (xl). The actual pixel breakpoints are defined by the UI. Column sizes should be in 1,12 range, 12 being the full width of the row, 1 being 1/12 width of the row. At least xs needs to be defined.