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

fixed uneven padding / spacing between icons on the video's button bar, more visible when the bar becomes horizontal. #409

Closed
wants to merge 1 commit into from

Conversation

godsakani
Copy link
Contributor

Summary

Fix #173
Closes #173
I changed the display to inline-flex, I gave a flex direction to column and align the items to left using justify-content which help fix the mobile horizontal view. Also for the desktop view I gave a padding-right and also height to align the contents.

Changes

  • projectDetailsstyle.js

Screenshots

mob
161259516-f4b17142-9f77-48ab-80ab-d89c5ae5671d
tab

Copy link
Member

@tuxology tuxology left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@godsakani Thanks 🙏 There are conflicts since some styles have been already updated as part of #390. Make sure you keep the styles of the right alignment of horizontal bar and the spacing between the text and icon. The spacing also is very close to what was fixed in #390 so there are many overlaps in this PR. There could be very few improvements still (the left padding is not same as right padding for example I think).

In addition, we need to change icon order, but this is a larger UX improvement. I recommend you propose better UX than what is already there. Some ideas are: moving the bookmark as a separate button on far right, changing the background of "views" since it is a non-interactive element and its confusing to group them in same container etc. So all this needs some fresh ideas.

@godsakani
Copy link
Contributor Author

@godsakani Thanks 🙏 There are conflicts since some styles have been already updated as part of #390. Make sure you keep the styles of the right alignment of horizontal bar and the spacing between the text and icon. The spacing also is very close to what was fixed in #390 so there are many overlaps in this PR. There could be very few improvements still (the left padding is not same as right padding for example I think).

In addition, we need to change icon order, but this is a larger UX improvement. I recommend you propose better UX than what is already there. Some ideas are: moving the bookmark as a separate button on far right, changing the background of "views" since it is a non-interactive element and its confusing to group them in same container etc. So all this needs some fresh ideas.

Ok @tuxology thanks for the review and correction.

@godsakani
Copy link
Contributor Author

@tuxology
Am just from browsing the #390 and is exactly the same thing.
please what should i do?

@tuxology
Copy link
Member

I suggest we close this PR. If you feel there could be new improvements that can be done to existing UI, we can keep it open. Let me know!

@godsakani
Copy link
Contributor Author

godsakani commented Apr 18, 2022

I suggest we close this PR. If you feel there could be new improvements that can be done to existing UI, we can keep it open. Let me know!

@tuxology Is ok if we close the PR. Because alicendeh already did the improvement as you requested.

@tuxology tuxology closed this Apr 18, 2022
@godsakani godsakani deleted the fixed-uneven-padding branch May 11, 2022 21:31
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.

Uneven padding / spacing between icons on the video's button bar
2 participants