Skip to content

Consider adding an option to adjust parent max-width #45

@extremelyonline

Description

@extremelyonline

Currently, the parent/wrapper can be quite wide.

This is a stylistic preference, but a long line length also affects readability.

I suggest to add an option to adjust the max-width or a "center mode" that can be toggled on the server side. Thanks.

For instance, the css code can be:

@media (orientation: landscape) { 
.parent {
    max-width: 50%;
    width: fit-content;
}
}
@media (orientation: portrait) { 
.parent {
    max-width: 90%;
    width: fit-content;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions