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

View file

@ -46,7 +46,7 @@
</div> </div>
<div class="meta"> <div class="meta">
@if (Auth::check()) @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 @endif
<div class="progressbar"> <div class="progressbar">
<div class="loader"></div> <div class="loader"></div>