Replies: 4 comments 1 reply
|
This setting is also not working for me. |
0 replies
0 replies
|
@shamoon can you take a look at this bug please, it's quite annoying. |
0 replies
|
This setting was originally intended to allow additional bookmark columns on very large screens, not to reduce the normal maximum. Bookmark groups already use up to 6 columns, so values of 6 or lower dnot change the layout (in other words only 7 or 8 do anything). I can see how the name makes the expected behavior understandable, and the documentation could be clearer. We’ll consider expanding the setting in the future so it can also limit the number of columns but the behavior above is currently expected, so not a bug. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Description
I have tried to use the maxBookmarkGroupColumns setting, but it seems to have several problems:
homepage version
1.4.6
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
No response
Troubleshooting
Add maxBookmarkGroupColumns: 4 to settings.yaml
Make 5 or more bookmark groups
I expect a wrap after the 4th group, but it doesn't happen.
If I change the value to 8, I can see that a css class is added to bookmark groups: "3xl:basis-1/8".
I looked into the code a bit: It seems this class is only added when the value is 6 or higher, and it also does not add different classes for smaller screen sizes (for example I run at 1920x1080 and 3xl: does not seem to apply then)
All reactions