Fix single / double files showing in center on Grid View
This commit is contained in:
parent
d52fe9f9bc
commit
29fc832287
@ -509,7 +509,7 @@ nav i {
|
||||
overflow-y: auto;
|
||||
}
|
||||
.file-list.grid {
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.dialog {
|
||||
display: flex;
|
||||
|
@ -11,6 +11,6 @@
|
||||
overflow-y: auto;
|
||||
|
||||
&.grid {
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user