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:
parent
498f6cd612
commit
a95d12db5b
2 changed files with 27 additions and 0 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue