DELETE msg btn now below message box

This commit is contained in:
xdrm-brackets 2017-12-08 04:50:09 +01:00
parent 7cb932335c
commit 1463253b86
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#CONTAINER.message div.me{ /* Message Item (self) */
/* background: #13d89d; */
align-self: flex-end;
margin: .5em 1.5em;
margin: 1em 1.5em;
}
#CONTAINER.message div.end-pad{
@ -71,7 +71,7 @@
#CONTAINER.message div span.del{ /* Del btn */
display: block;
position: absolute;
top: .5em;
top: calc( 100% + .2em );
left: calc( 100% - 1.5em );
width: 1em;
height: 1em;