Skip to content

Commit

Permalink
fix(FEC-8939): language and settings menu dose not fit player size un…
Browse files Browse the repository at this point in the history
…der 480px #361
  • Loading branch information
odedhutzler committed Mar 5, 2019
1 parent 9108133 commit 7d8fc51
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/components/overlay/_overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,21 @@
}
}

.player.size-sm {
.overlay {
.overlay-contents {
padding: 16px 24px;
}

.close-overlay {
top: 15px;
right: 24px;
}
.title {
font-size: 16px;
line-height: 19px;
margin-bottom: 24px;
.player {
&.size-sm, &.size-xs {
.overlay {
.overlay-contents {
padding: 16px 24px;
}
.close-overlay {
top: 15px;
right: 24px;
}
.title {
font-size: 20px;
line-height: 19px;
margin-bottom: 24px;
}
}
}
}

0 comments on commit 7d8fc51

Please sign in to comment.