For a better presentation, I change live on the Gladys page: .container { max-width: 1200px; }
to: .container { max-width: 90%; }
This allows me to have a dashboard wider than 1200px.
However, obviously, when the page is reloaded, the CSS is reset to default.
Is there a way to modify this element permanently?
There are browser extensions that allow you to inject CSS into certain websites
Which browser do you use? Search the extension store for something like « CSS injector »
Otherwise, it’s something we can add to Gladys. It’s true that in the case of Gladys, I don’t see any objection to using a wider width for large screens.