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

attaching files to comments

This commit is contained in:
muerwre 2019-08-28 20:28:30 +07:00
parent 498f6cd612
commit a95d12db5b
2 changed files with 27 additions and 0 deletions

View file

@ -21,3 +21,11 @@
@include outer_shadow();
}
.uploads {
padding: ($gap / 2);
display: grid;
grid-column-gap: $gap / 2;
grid-row-gap: $gap / 2;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}