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

@ -1145,6 +1145,11 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
font-size: 1.4em;
}
.overview-controls {
display: flex;
justify-content: flex-end;
}
.detail-clamp-text {
overflow: hidden;
display: -webkit-box;