lbry-desktop/ui/scss/component/_expandable.scss
2019-11-22 16:45:33 -05:00

15 lines
213 B
SCSS

.expandable--closed,
.expandable--open {
margin-bottom: var(--spacing-small);
}
.expandable--closed {
max-height: 10rem;
overflow: hidden;
position: relative;
}
.expandable--open {
max-height: 100%;
}