1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

amazing cell editor

This commit is contained in:
muerwre 2019-08-02 05:06:30 +07:00
parent 712a3cbb77
commit ef2b6016cd
2 changed files with 15 additions and 6 deletions

View file

@ -68,7 +68,14 @@
.uploads {
flex: 1;
padding: $gap;
padding-bottom: 0;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
display: grid;
align-items: center;
justify-content: center;
grid-column-gap: $gap;
grid-row-gap: $gap;
}
.cell {