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

minor style fixes

This commit is contained in:
Luke Pulverenti 2016-08-07 02:25:51 -04:00
parent afc7e51fc8
commit 3a997635f3
5 changed files with 11 additions and 4 deletions

View file

@ -291,7 +291,7 @@
html += '<div style="display:inline-block;margin-left:.6em;vertical-align:middle;">' + item.Name + '</div>';
html += '</h2>';
html += '<div class="editorContent">';
html += '<div class="editorContent" style="padding:0 1em;">';
html += Globalize.translateDocument(template);
html += '</div>';