Truncate long titles in metadata

Long titled media was causing remote controls to be hidden behind room
button. Truncated this field to only show on a single line
This commit is contained in:
George Cordalis 2016-12-14 10:49:57 +13:00
parent f7f7bcd465
commit 6787510323
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<div class="col s12 center">
<img id=metaThumb src="img/artwork.jpg" style="width: 80%">
</div>
<div class="col s12 center white-text" id=metaUnder >
<div class="col s12 center white-text truncate" id=metaUnder >
Episode Title
<br> Season - Episode
</div>