chore: bigger pool for watching heros; truncate shares more
This commit is contained in:
parent
c44ab7a8fd
commit
98e04e2bb3
6 changed files with 29 additions and 15 deletions
|
@ -3,7 +3,12 @@
|
|||
<div class="watching hero shadow">
|
||||
<div class="meta-text">
|
||||
<div class="header">{{ movie.title }} ({{ movie.year }})</div>
|
||||
<div class="subheader">Last watched @ {{ movie.dateAdded | date: "%B %e, %Y" }}</div>
|
||||
<div class="subheader">
|
||||
Last watched @ {{ movie.dateAdded | date: "%B %e, %Y" }}
|
||||
{%- if movie.rating -%}
|
||||
<span class="rating">({{ movie.rating }})</span>
|
||||
{%- endif -%}
|
||||
</div>
|
||||
</div>
|
||||
<img
|
||||
srcset="
|
||||
|
|
Reference in a new issue