Skip to content

Commit

Permalink
fix(FEC-8750): playlist countdown is not fit to the player size (#312)
Browse files Browse the repository at this point in the history
consider the player breakpoints instead of the screen size
  • Loading branch information
yairans committed Dec 9, 2018
1 parent a5ffa0b commit e8ed9bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/playlist-countdown/_playlist-countdown.scss
Expand Up @@ -111,7 +111,7 @@
}
}

@media screen and (max-width: 767px) {
&.size-md {
.playlist-countdown {
height: 54px;

Expand Down Expand Up @@ -144,7 +144,7 @@
}
}

@media screen and (max-width: 479px) {
&.size-sm {
.playlist-countdown {
z-index: 1;
height: 36px;
Expand Down

0 comments on commit e8ed9bd

Please sign in to comment.