-
Notifications
You must be signed in to change notification settings - Fork 16
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
2491: Make paddings and icons in poi details consistent #2492
Conversation
<CollapsibleHeader | ||
role='button' | ||
onClick={() => setCollapsed(!collapsed)} | ||
tabIndex={0} | ||
onKeyPress={() => setCollapsed(!collapsed)}> | ||
<Title>{title}</Title> | ||
onKeyUp={() => setCollapsed(!collapsed)}> |
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.
This was deprecated
f320e12
to
837151f
Compare
837151f
to
44068c9
Compare
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.
Nice! Tested in Firefox
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.
@f1sh1918 do you want to check again if you like the solution? |
looks super nice. You can merge @steffenkleinle |
Short description
This unifies the used paddings in the different poi detail sections.
Proposed changes
geöffnet
)Side effects
Resolved issues
Fixes: #2491.