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

[FEATURE REQUEST]Mise en page #1083

Closed
EtienneRando opened this issue Nov 2, 2020 · 1 comment
Closed

[FEATURE REQUEST]Mise en page #1083

EtienneRando opened this issue Nov 2, 2020 · 1 comment

Comments

@EtienneRando
Copy link

La mise en page n'est pas agréable selon la page utilisée; soit pleine largeur, soit centrée.
Je suggère de limiter la largeur de la page avec un CSS du type suivant

body
{
margin: 0px auto 0px auto;
padding: 5px 5px 5px 5px;
vertical-align: middle;
max-width: 1024px;
height:100%
}

@a2line
Copy link
Collaborator

a2line commented Dec 14, 2022

L'option wide= est un peu mieux gérée qu'avant mais on pourrait forcer un affichage réduit centré partout au détriment d'accessibilité pour certains outils. C’est surement à repenser, mais pas globalement.

@a2line a2line closed this as completed Dec 14, 2022
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

2 participants