Skip to content

Commit

Permalink
fix(UI): Ad position and ad counter are too close to each other (shak…
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Velad Galván committed Aug 18, 2022
1 parent cff8614 commit 8376410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/less/ad_controls.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
.ad-text-shadow();
}

.shaka-ad-controls .shaka-ad-position:not(.shaka-hidden) + .shaka-ad-counter {
margin-left: 0.75em;
}

.shaka-skip-ad-container {
/* Skip button is positioned at the very right edge of the
* video container unlike the rest of the bottom controls. */
Expand Down

0 comments on commit 8376410

Please sign in to comment.