lbry-desktop/ui/scss/component/_file-list.scss
2020-05-25 10:27:36 -04:00

7 lines
102 B
SCSS

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