lbry-desktop/ui/scss/component/_file-list.scss
Sean Yesmunt e7cdd6c13d moonpay
2020-06-03 14:16:43 -04:00

7 lines
98 B
SCSS

.file-list {
width: 100%;
overflow: auto;
max-height: 220px;
padding: var(--spacing-s);
}