-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to change --content-max-width #1463
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
Hi could you share a bit more? What do you want to achieve? Is it custom CSS? |
In default theme mode, the width of the main lists area is set to 85% (on PC browser). This wastes space, either side. I would like to use 100% of the width. I have tried changing this via developer mode (F12 on browser) to 100%, looks good. This is where I found the variable I noted in the title. Does that help? |
Sure, try this: appConfig:
customCss: '.item-group-container { max-width: 100% !important; }' |
Issue closed due to no response from user. |
Thank you, works, looks much better, actually set it to 98% |
Question
Hello, Struggling on how to change the --content-max-width from the config.yml file, would anyone please give some pointers.
Category
Setup and Deployment
Please tick the boxes
The text was updated successfully, but these errors were encountered: