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

REQUEST: custom CSS Box #121

Open
MG-Sky opened this issue Jul 4, 2024 · 0 comments
Open

REQUEST: custom CSS Box #121

MG-Sky opened this issue Jul 4, 2024 · 0 comments

Comments

@MG-Sky
Copy link

MG-Sky commented Jul 4, 2024

It would be nice to have a box where i could override some css elements like:

  1. original:
    @media(max-width: 500px) {
    .sites {
    -ms-overflow-style:none;
    margin-top: 20px;
    max-height: calc(100% - 65px);
    scrollbar-width: none;
    width: 100%
    }

  2. custom:
    @media(max-width: 300px) {
    .sites {
    -ms-overflow-style:none;
    margin-top: 20px;
    max-height: calc(100% - 65px);
    scrollbar-width: none;
    width: 100%
    }

right now all changes are discarded once docker is restarted.
smth like that one: https://github.com/pawelmalak/flame/wiki/Custom-CSS

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