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

resize library buttons

This commit is contained in:
Luke Pulverenti 2014-05-27 10:30:21 -04:00
parent 9f80d772a9
commit a4f86c1a60
6 changed files with 29 additions and 20 deletions

View file

@ -497,7 +497,7 @@
html += '<p class="itemGenres"></p>';
html += '<p class="itemOverlayHtml">';
html += (item.OverviewHtml || item.Overview || '');
html += (item.Overview || '');
html += '</p>';
html += '</div>';