We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On close inspection, horizontal padding is kinda off on various elements of the framework.
On some elements it's quite thin horizontally, on some structural elements there is not enough padding to provide significant contrast.
https://spectre-org.github.io/spectre-docs/docs/layout/hero.html
Left-padding is too thin, and last-child should not pad the bottom
https://picturepan2.github.io/spectre/elements/typography.html#typography-lists
The spacing between related bullets is quite large, and the gap between bullet and text is too big. Also, see #24.
https://picturepan2.github.io/spectre/elements/labels.html
The x padding is a bit thin, especially on the rounded labels.
https://picturepan2.github.io/spectre/elements/buttons.html
The x padding is a little thin.
https://picturepan2.github.io/spectre/elements/forms.html
Inconsistent padding in form fields.
https://picturepan2.github.io/spectre/elements/tables.html
Padding is too thin in x, and too fat in y.
https://picturepan2.github.io/spectre/components/toasts.html
Padding feels like it should be equal in x and y.
https://picturepan2.github.io/spectre/components/accordions.html#accordions
The inner text does not line up with the header.
Also, not consistent with navs:
https://picturepan2.github.io/spectre/components/modals.html#example-modal-1
Top padding looks a little squashed.
Compared to popover padding which feels more comfortable:
https://picturepan2.github.io/spectre/components/panels.html
Content x padding is a little thin.
It would be good to:
It seems that padding is controlled by a variable, so it could be quite an easy win, perhaps just better defaults:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
On close inspection, horizontal padding is kinda off on various elements of the framework.
On some elements it's quite thin horizontally, on some structural elements there is not enough padding to provide significant contrast.
Hero
Left-padding is too thin, and last-child should not pad the bottom
Lists
The spacing between related bullets is quite large, and the gap between bullet and text is too big. Also, see #24.
Labels
The x padding is a bit thin, especially on the rounded labels.
Buttons
The x padding is a little thin.
Forms
Inconsistent padding in form fields.
Tables
Padding is too thin in x, and too fat in y.
Toasts
Padding feels like it should be equal in x and y.
Accordions:
The inner text does not line up with the header.
Also, not consistent with navs:
Modals
Top padding looks a little squashed.
Compared to popover padding which feels more comfortable:
Panels
Content x padding is a little thin.
Proposal
It would be good to:
It seems that padding is controlled by a variable, so it could be quite an easy win, perhaps just better defaults:
The text was updated successfully, but these errors were encountered: