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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue