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:
parent
8154abc525
commit
ed0eefb5c7
3 changed files with 28 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue