mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Made the embedded player less broken
This commit is contained in:
parent
3aacb5f87c
commit
8862105a7a
2 changed files with 3 additions and 3 deletions
4
resources/assets/styles/embed.less
vendored
4
resources/assets/styles/embed.less
vendored
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue