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

fixed image uploads

This commit is contained in:
Fedor Katurov 2019-10-09 19:08:36 +07:00
parent 287b3efed2
commit 1974feb042
4 changed files with 30 additions and 47 deletions

View file

@ -5,11 +5,11 @@
}
.comments {
flex: 3 1;
flex: 2 1;
}
.panel {
flex: 1 3;
flex: 1 2;
display: flex;
align-items: flex-start;
justify-content: flex-start;