1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

switch drag & drop lib

This commit is contained in:
Luke Pulverenti 2015-10-22 11:03:08 -04:00
parent 1f9c509d58
commit f7c130f1b5
105 changed files with 4100 additions and 4165 deletions

View file

@ -285,7 +285,7 @@
html += '<paper-icon-button icon="' + AppInfo.moreIcon + '" class="btnUserMenu"></paper-icon-button>';
html += "</div>";
html += '<div class="cardText" style="margin-right: 30px; padding: 11px 0 10px;">';
html += '<div class="cardText" style="padding-top:10px;padding-bottom:10px;">';
html += user.UserName;
html += "</div>";