mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Enhancement: support maximum group cols up 8 (#5022)
This commit is contained in:
@@ -262,15 +262,15 @@ You can make homepage take up the entire window width by adding:
|
||||
fullWidth: true
|
||||
```
|
||||
|
||||
### Five Columns
|
||||
### Maximum Group Columns
|
||||
|
||||
You can add a fifth column to services (when `style: columns` which is default) by adding:
|
||||
You can set the maximum number of columns of service groups on larger screen sizes (groups with `style: columns` which is default) by adding:
|
||||
|
||||
```yaml
|
||||
fiveColumns: true
|
||||
maxGroupColumns: 8 # default is 4, max 8
|
||||
```
|
||||
|
||||
By default homepage will max out at 4 columns for services with `columns` style
|
||||
By default homepage will max out at 4 columns (also the minimum number). If you're setting this to 8, you may want to consider enabling the [fullWidth](#full-width) option as well.
|
||||
|
||||
### Collapsible sections
|
||||
|
||||
|
||||
Reference in New Issue
Block a user