1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

sorting image attaches on comment form

This commit is contained in:
Fedor Katurov 2019-11-01 15:42:34 +07:00
parent 3e1583f0af
commit 72ef4be7a6
6 changed files with 136 additions and 22 deletions

View file

@ -8,9 +8,6 @@ $stamp_color: $content_bg;
.grid_test {
display: grid;
// grid-template-columns: repeat(auto-fit, minmax($cell, 1fr));
// grid-template-rows: 50vh $cell;
// grid-auto-rows: $cell;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 50vh $cell;