Made the embedded player less broken

This commit is contained in:
Josef Citrine 2016-11-30 22:28:47 +00:00
parent 3aacb5f87c
commit 8862105a7a
2 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ body {
.img-thumbnail();
float: left;
width: 100px;
width: 108px;
padding: 3px;
position: relative;
cursor: pointer;
@ -86,7 +86,7 @@ body {
top: 35px;
left: 35px;
text-align: center;
line-height: 32px;
line-height: 28px;
color: #fff;
background: rgba(0, 0, 0, .4);
}

View file

@ -46,7 +46,7 @@
</div>
<div class="meta">
@if (Auth::check())
<a href="#" class="favourite"><i title="Favourite this track!" class="favourite-icon fa-star-o"></i></a>
<a href="#" class="favourite"><i title="Favourite this track!" class="favourite-icon fa fa-star-o"></i></a>
@endif
<div class="progressbar">
<div class="loader"></div>