Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Always position the play button to the left.
Browse files Browse the repository at this point in the history
Always align left, even when `text-align:center` is inherited.
Fixes #154
  • Loading branch information
notlee committed Feb 19, 2020
1 parent 7a6a0a9 commit 0176219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scss/_placeholder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
.o-video__play-button {
position: absolute;
bottom: 0;
// always align left, even when `text-align:center` is inherited
left: 0;
padding: 0;
border: 0;
background-color: transparent;
Expand Down

0 comments on commit 0176219

Please sign in to comment.