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

messages form at the bottom

This commit is contained in:
Fedor Katurov 2020-09-09 13:32:28 +07:00
parent a8dc543c3c
commit 2e0332218b
5 changed files with 97 additions and 35 deletions

View file

@ -1,6 +1,21 @@
.messages {
padding: $gap;
background: $node_bg;
display: flex;
flex-direction: column-reverse !important;
overflow: auto;
& > * {
margin: $gap / 2 0;
&:last-child {
margin-top: 0;
}
&:first-child {
margin-bottom: 0;
}
}
}
.placeholder {