-
Notifications
You must be signed in to change notification settings - Fork 88
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
style(NcAvatar): make button element round as avatar itself #5898
Conversation
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
/backport to next |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NcAvatar
is using border-radius: 50%;
to define it. I suggest to all be aligned with half the size calculation.
I think 50% is faster (not sure if this is measurable) and probably easier to understand? |
☑️ Resolves
parent > children
syntax to avoid leaking to NcActionsButtons🖼️ Screenshots
🏁 Checklist
next
requested with a Vue 3 upgrade