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

Button Groups not rounding correct corners at certain view widths. #30

Closed
atclarkson opened this issue Mar 11, 2020 · 1 comment
Closed
Projects

Comments

@atclarkson
Copy link

When screen is tablet or desktop width and the buttons are stacked, all in a column or 2 buttons over 1 button, the wrong corners are rounded. This takes away the seamless effect that was desired.

It looks like the first button of group always rounds the left side of button and the last button always rounds the right side.

Screen Shot 2020-03-11 at 8 23 31 AM

Screen Shot 2020-03-11 at 8 23 44 AM

@Spiderpig86 Spiderpig86 added this to Done in 0.6.0 Mar 12, 2020
@Spiderpig86
Copy link
Owner

Thanks for the info! This has been rectified as of commit cc11f37.

image

The prior button layout was too complicated to fix since the rounding really depended on how many buttons were next to each other on a smaller screen, so a column layout was used instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
0.6.0
  
Done
Development

No branches or pull requests

2 participants