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

Widen widget graphs #2842

Merged
merged 3 commits into from May 13, 2024
Merged

Widen widget graphs #2842

merged 3 commits into from May 13, 2024

Conversation

krschau
Copy link
Contributor

@krschau krschau commented May 9, 2024

Summary of the pull request

Widget graphs weren't aligning with text. Make the graph a little wider so it fills the available area.
Also, decrease the margins around the widget header by 1 on each side to account for the 1px widget border, which we do count as part of the 16 px margin widgets are supposed to have.
Because of math and intervals, extends the graph by one pixel to the left. Without this change, there is a tiny 1px gap between the box and the graph. The extension isn't noticeable, but the gap is.

New look:
image

PR checklist

@krschau krschau merged commit f88a26c into main May 13, 2024
4 checks passed
@krschau krschau deleted the user/krschau/widget-margins branch May 13, 2024 19:23
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

Successfully merging this pull request may close these issues.

Core widget graphs should be wider
3 participants