docs(coord): fix the layout of overview (#6112)
This commit is contained in:
@@ -12,14 +12,14 @@ coordinates was inspired by CSS. LVGL has by no means a complete
|
|||||||
implementation of CSS but a comparable subset is implemented (sometimes
|
implementation of CSS but a comparable subset is implemented (sometimes
|
||||||
with minor adjustments).
|
with minor adjustments).
|
||||||
|
|
||||||
In short this means: - Explicitly set coordinates are stored in styles
|
In short this means:
|
||||||
(size, position, layouts, etc.)
|
|
||||||
|
|
||||||
|
- Explicitly set coordinates are stored in styles (size, position, layouts, etc.)
|
||||||
- support min-width, max-width, min-height, max-height
|
- support min-width, max-width, min-height, max-height
|
||||||
- have pixel, percentage, and "content" units
|
- have pixel, percentage, and "content" units
|
||||||
- x=0; y=0 coordinate means the top-left corner of the parent plus the left/top padding plus border width
|
- x=0; y=0 coordinate means the top-left corner of the parent plus the left/top padding plus border width
|
||||||
- width/height means the full size, the "content area" is smaller with padding and border width - a subset
|
- width/height means the full size, the "content area" is smaller with padding and border width
|
||||||
of flexbox and grid layouts are supported
|
- a subset of flexbox and grid layouts are supported
|
||||||
|
|
||||||
.. _coord_unites:
|
.. _coord_unites:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user