Skip to content

Commit

Permalink
fix(embed): replace old logo and adjust css styling
Browse files Browse the repository at this point in the history
closes #183, #184, #185.
  • Loading branch information
adrienjoly committed Dec 27, 2018
1 parent 4e7344d commit c3865ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions public/css/feedEmbed.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,12 @@ button {

#whydPlayer > #whydLogo {
position: absolute;
top: 6px;
right: 10px;
width: 42px;
height: 18px;
background: url('/images/logo-verysmall.png') no-repeat;
top: 12px;
right: 12px;
width: 24px;
height: 24px;
background: url(/images/logo-white.png) no-repeat;
background-size: contain;
}

/* progress bar */
Expand Down
11 changes: 6 additions & 5 deletions public/css/feedEmbedV2.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,12 @@ body.playing_Vimeo:hover #headingBox #trackSrc {

#whydPlayer > #whydLogo {
position: absolute;
top: 15px;
right: 10px;
width: 42px;
height: 18px;
background: url('/images/logo-verysmall.png') no-repeat;
top: 12px;
right: 12px;
width: 24px;
height: 24px;
background: url(/images/logo-white.png) no-repeat;
background-size: contain;
}
/*
.progressPanel {
Expand Down
Binary file removed public/images/logo-verysmall.png
Binary file not shown.

0 comments on commit c3865ce

Please sign in to comment.