You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/shared/file/file-multiview/file-grid/file-grid.component.scss

24 lines
303 B
SCSS

app-file-card {
height: 250px;
width: 100%;
padding: 5px;
}
.file-scroll {
height: 100%;
width: 100%;
}
.file-gallery-inner {
width: 100%;
height: 100%;
display: block;
overflow: hidden;
}
.file-row {
display: flex;
flex-direction: row;
width: 100%;
}