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

fix(big-play-button): component customization #8398

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 12, 2023

  1. fix(big-play-button): component customization

    Allows to easily change the visual aspect of the component without having to adjust the positioning.
    
    - remove `margin` top/left used to center the component
    - add `translate` x/y to center the component regardless of its size
    - remove the `line-height` used to center the play `icon`
    - add display `flex` to center of pseudo-elements
    - keep `height` at 100% to fill the parent as before
    amtins committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    bc034bb View commit details
    Browse the repository at this point in the history