From ee05d5f43267016b7217f234f0e217f2d724cc86 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 5 Dec 2017 15:12:29 +0100 Subject: [PATCH] fix message input on menu side toggle size --- public_html/css/container.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/public_html/css/container.css b/public_html/css/container.css index 17fe786..6002915 100644 --- a/public_html/css/container.css +++ b/public_html/css/container.css @@ -66,7 +66,7 @@ position: fixed; top: calc( 100% - 3em ); left: 15em; - width: calc( 100% - 2*1px ); + width: calc( 100% - 15em - 2*1px ); height: 3em; border-top: 1px solid #ddd; @@ -76,12 +76,17 @@ overflow: hidden; } + #WRAPPER.min #CONTAINER.message form.msg-input{ + left: 3.5em; + width: calc( 100% - 3.5em - 2*1px ); + } + #CONTAINER.message form.msg-input input{ /* form Input */ display: inline-block; position: absolute; top: 0; left: 0; - width: calc( 100vw - 15em - 2em - 3em ); + width: calc( 100% - 2em - 3em ); height: calc( 100% - 2*.5em ); padding: .5em 1em; @@ -95,7 +100,7 @@ display: inline-block; position: absolute; top: 0; - left: calc( 100vw - 15em - 3em ); + left: calc( 100% - 3em ); width: 3em; height: 3em;