diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3ef0f51..58a44ad 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -157,6 +157,10 @@ h3 { background-size: cover; border-radius: 5px; } +.artwork-youtube { + background-position: 50% 0%; +} + .not-found { opacity: 0.2; } diff --git a/views/home.jsx b/views/home.jsx index e66e85c..8673665 100644 --- a/views/home.jsx +++ b/views/home.jsx @@ -33,7 +33,7 @@ var RecentItem = React.createClass({ return (
-
+
); diff --git a/views/share.jsx b/views/share.jsx index 3cfb856..a1c2413 100644 --- a/views/share.jsx +++ b/views/share.jsx @@ -44,7 +44,7 @@ var MusicItem = React.createClass({
{this.props.inc == 0 ? "Found matches using this link": ""}
-
+
0 ? "youtube" : ""}> {this.props.item.service == "youtube" && this.props.inc > 0 ? this.props.item.name : ""}