Fix single / double files showing in center on Grid View

This commit is contained in:
Mahdi Dibaiee 2015-09-15 19:26:34 +04:30
parent d52fe9f9bc
commit 29fc832287
2 changed files with 2 additions and 2 deletions

View File

@ -509,7 +509,7 @@ nav i {
overflow-y: auto; overflow-y: auto;
} }
.file-list.grid { .file-list.grid {
justify-content: space-around; justify-content: space-between;
} }
.dialog { .dialog {
display: flex; display: flex;

View File

@ -11,6 +11,6 @@
overflow-y: auto; overflow-y: auto;
&.grid { &.grid {
justify-content: space-around; justify-content: space-between;
} }
} }