UX: Add slightly more padding at top so user card outline is not cutoff#20258
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes a visual issue where the user card outline was being cut off due to insufficient top padding. The change increases the top padding when the header is transparent to provide more visual clearance.
Key Changes
- Increased top padding from
var(--uui-size-space-1)tovar(--uui-size-space-2)in the body layout element
|
Hi there @bjarnef, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
|
Nice one 😄 Merged! |
Prerequisites
Description
As the title says :)
Before
After