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

Add a linkbutton control to show/hide more

User a linkbutton element adjecent to the overview to control
the expanded / shrunken state.

The button will show dynamically based on the
detected content size.
This commit is contained in:
Andres J Ruiz Torres 2020-05-03 17:30:19 -04:00
parent 8154abc525
commit ed0eefb5c7
3 changed files with 28 additions and 7 deletions

View file

@ -148,6 +148,9 @@
<p class="itemGenres"></p>
<h3 class="tagline"></h3>
<p class="overview"></p>
<div class="overview-controls">
<a class="overview-expand hide" is="emby-linkbutton">Show More</a>
</div>
<p id="itemBirthday"></p>
<p id="itemBirthLocation"></p>
<p id="itemDeathDate"></p>