justinribeiro / lite-youtube

The fastest little YouTube web component on this side of the internet. The shadow dom web component version of Paul's lite-youtube-embed.
https://www.npmjs.com/package/@justinribeiro/lite-youtube
MIT License
948 stars 70 forks source link

fix(css): placeholder position with different text-align #44

Closed anatolykopyl closed 2 years ago

anatolykopyl commented 2 years ago

Fixes issue where #fallbackPlaceholder becomes misaligned if parent has text-align not set to left.

This is the current demo page with

body {
    text-align: center;
}
Screen Shot 2021-11-26 at 00 36 30
justinribeiro commented 2 years ago

LGTM