From 5e7da6391cd6466c1d882cca876218a8b8000202 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 21 Jul 2013 23:47:11 -0400 Subject: [PATCH] fixed #100 - composer window obscuring half of the page --- public/css/style.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/style.less b/public/css/style.less index b3ade8d0b5..33cdd2b7b8 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -505,12 +505,14 @@ body .navbar .nodebb-inline-block { position: fixed; bottom: 45px; display: none; - height: 450px; + height: 350px; + visibility: hidden; > div { position: absolute; height: 100%; background: rgba(64, 64, 64, 0.6); + visibility: visible; .btn-toolbar { width: 90%; @@ -528,7 +530,6 @@ body .navbar .nodebb-inline-block { input { width: 100%; text-align: center; - background: rgba(255, 255, 255, 0.5); border: none; padding: 0.5em 0; -webkit-border-radius: 0px; @@ -545,7 +546,7 @@ body .navbar .nodebb-inline-block { margin: 1em auto; resize: none; color: white; - height: 330px; + height: 230px; } #imagedrop {