mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-22 00:13:55 +01:00
Document center-vertically
property
This commit is contained in:
parent
066e512844
commit
04c3afc850
@ -307,6 +307,7 @@ pages:
|
|||||||
| title | string | yes | |
|
| title | string | yes | |
|
||||||
| slug | string | no | |
|
| slug | string | no | |
|
||||||
| width | string | no | |
|
| width | string | no | |
|
||||||
|
| center-vertically | boolean | no | false |
|
||||||
| hide-desktop-navigation | boolean | no | false |
|
| hide-desktop-navigation | boolean | no | false |
|
||||||
| show-mobile-header | boolean | no | false |
|
| show-mobile-header | boolean | no | false |
|
||||||
| columns | array | yes | |
|
| columns | array | yes | |
|
||||||
@ -328,6 +329,8 @@ The maximum width of the page on desktop. Possible values are `slim` and `wide`.
|
|||||||
>
|
>
|
||||||
> When using `slim`, the maximum number of columns allowed for that page is `2`.
|
> When using `slim`, the maximum number of columns allowed for that page is `2`.
|
||||||
|
|
||||||
|
#### `center-vertically`
|
||||||
|
When set to `true`, vertically centers the content on the page. Has no effect if the content is taller than the height of the viewport.
|
||||||
|
|
||||||
#### `hide-desktop-navigation`
|
#### `hide-desktop-navigation`
|
||||||
Whether to show the navigation links at the top of the page on desktop.
|
Whether to show the navigation links at the top of the page on desktop.
|
||||||
|
Loading…
Reference in New Issue
Block a user