diff --git a/public/images/eq.svg b/public/images/eq.svg new file mode 100644 index 0000000..772fcf4 --- /dev/null +++ b/public/images/eq.svg @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 7d19e4f..248d10e 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -134,17 +134,33 @@ h3 { border-radius: 5px; background: #eee; } -.album-artwork { + +.artwork { + position: relative; + width: 100%; + height: 0; + padding-bottom: 100%; margin-bottom: 10px; + background-repeat: none; + background-size: cover; + border-radius: 5px; } .not-found { - opacity: 0.3; + opacity: 0.2; +} +.loading-wrap { + position: absolute; + top: 0;left: 0; + background: #fff; + height: 100%; + width: 100%; + opacity: 0.8; } .loading { position: absolute; - top: 33%; - left: 33%; - width: 33%; + top: 35%; + left: 40%; + width: 20%; } .service-link { text-align: center; diff --git a/views/home.jsx b/views/home.jsx index efb7920..e39aaa8 100644 --- a/views/home.jsx +++ b/views/home.jsx @@ -31,7 +31,9 @@ var RecentItem = React.createClass({ } return (