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

Fix button vertical spacing on toolbar #233

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

NikxDa
Copy link

@NikxDa NikxDa commented Feb 21, 2025

This PR removes the applied vertical spacing to the toolbar chunk, which currently results in one button being offset slightly different. The applied space-y-1 utility results in any visible child that is not the first child to have a top margin. Since the list is flowing horizontally however, in this case, it just results in the second button being out of place:

CleanShot 2025-02-21 at 13 37 57@2x

A quick note: I meant to open this as an issue first, but I cannot currently open any issues. When trying to open an issue, this happens:

CleanShot 2025-02-21 at 13 52 04@2x

Cheers

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.

1 participant