mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
14 lines
209 B
SCSS
14 lines
209 B
SCSS
.expandable--closed,
|
|
.expandable--open {
|
|
margin-bottom: var(--spacing-s);
|
|
}
|
|
|
|
.expandable--closed {
|
|
max-height: 10rem;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.expandable--open {
|
|
max-height: 100%;
|
|
}
|