Skip to content

Commit

Permalink
style: restrict aspect ratio for play button (#976)
Browse files Browse the repository at this point in the history
style: modern black lyric bg
  • Loading branch information
mikelxk authored Nov 10, 2022
1 parent 46930b9 commit 8bf1ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/common2.css
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ ul.detail-songlist li .desc div.title:hover{
opacity: 0.28;
cursor: default;
background: transparent;
color: var(--text-default-color);
}
.playsong-detail .detail-songinfo .lyric p:hover {
background: hsla(0, 0%, 100%, 0.08);
Expand Down
2 changes: 1 addition & 1 deletion listen1.html
Original file line number Diff line number Diff line change
Expand Up @@ -2914,7 +2914,7 @@ <h2>{{ backup.id }} {{backup.description}}</h2>
<div class="covershadow" style="background-image:url({{playlist.img_url}}?param=512y512);"></div>
<div
ng-click="directplaylist(playlist.id)"
class="bottom">
class="bottom" style="height:50px;width:50px">
<svg fill="currentColor" style="height: 44%;width:44%;margin-left: 4px;" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="play" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"></path></svg>
</div>
</div>
Expand Down

0 comments on commit 8bf1ced

Please sign in to comment.