Skip to content

Commit

Permalink
fixed bug when too many playlist tabs would overlap the playlist itself
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnd committed Apr 11, 2020
1 parent aaa834e commit ff9979c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/devel.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ <h3 id="deleteplaylistmodalLabel">Delete playlist</h3>
</div>
<div class="playlist-progress row">
<span class="remaining-tracks-or-time bottom-corners label"></span>
<div class="playlist-progress-bar progress" style="height: 3px;">
<div class="playlist-progress-bar progress" style="height: 3px; margin-bottom: 0px">
<div class="progress-bar" style="width: '+parseInt(100-proc*100)+'%;"></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion res/dist/cherrymusic.dist.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff9979c

Please sign in to comment.