lbry-desktop/ui/scss/component/_file-list.scss

7 lines
98 B
SCSS
Raw Normal View History

.file-list {
width: 100%;
overflow: auto;
max-height: 220px;
2020-06-01 19:03:19 +02:00
padding: var(--spacing-s);
}