"People" fix
People that aren't in a file/show had an empty line that resulted in staggered layout, so I added a non-breaking space for consistent layout
This commit is contained in:
@@ -765,6 +765,10 @@
|
||||
|
||||
var itemCountHtml = LibraryBrowser.getItemCountsHtml(options, item);
|
||||
|
||||
if (item.Type == "Person" && !itemCountHtml) {
|
||||
itemCountHtml = " ";
|
||||
}
|
||||
|
||||
if (itemCountHtml) {
|
||||
html += "<div class='" + cssClass + "'>";
|
||||
html += itemCountHtml;
|
||||
|
||||
Reference in New Issue
Block a user