v1.5-alpha.2

This commit is contained in:
carodej
2020-05-16 12:04:28 +02:00
parent 41656235fc
commit d2c4f2aa23
23 changed files with 221 additions and 256 deletions

View File

@@ -225,6 +225,7 @@
}
.file-content {
height: 100%;
display: flex;
flex-wrap: nowrap;
@@ -307,13 +308,6 @@
@media only screen and (max-width: 690px) {
.file-list {
&.grid {
grid-template-columns: repeat(auto-fill, 120px);
}
}
.files-container {
padding-left: 15px;
padding-right: 15px;
@@ -323,6 +317,13 @@
bottom: 0;
position: absolute;
overflow-y: auto;
.file-list {
&.grid {
grid-template-columns: repeat(auto-fill, 120px);
}
}
}
.file-content {