From 1463253b86088aa5fcea44ebe2bc2f5102c55650 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 8 Dec 2017 04:50:09 +0100 Subject: [PATCH] DELETE msg btn now below message box --- public_html/css/container.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public_html/css/container.css b/public_html/css/container.css index 63a8755..863243b 100644 --- a/public_html/css/container.css +++ b/public_html/css/container.css @@ -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;