Skip to content
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

Widescreen support #1

Open
kevinruffus opened this issue Sep 21, 2024 · 1 comment
Open

Widescreen support #1

kevinruffus opened this issue Sep 21, 2024 · 1 comment

Comments

@kevinruffus
Copy link

Figured I'd drop this here. It keeps all pages/windows the same width as the Dashboard and makes it much easier to read things like the firewall rules. Just add at the bottom.

/* Better Widescreen Support */
@media (min-width: 1200px) {
    .container {
        width: 90% !important;
        padding-left: 2em;
        padding-right: 2em;
    }
}
@kevinruffus
Copy link
Author

This is by far the best dark theme I've found yet, it just needs a few tweaks to colors in certain areas and it would be absolutely perfect. Unfortunately, my knowledge of CSS is limited to using the FAFO method, ie googling the crap out of what I'm trying to do, trying to find it in the files, then making changes and hoping for the best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant