fixed #100 - composer window obscuring half of the page

v1.18.x
Julian Lam 12 years ago
parent 9626232e3b
commit 5e7da6391c

@ -505,12 +505,14 @@ body .navbar .nodebb-inline-block {
position: fixed; position: fixed;
bottom: 45px; bottom: 45px;
display: none; display: none;
height: 450px; height: 350px;
visibility: hidden;
> div { > div {
position: absolute; position: absolute;
height: 100%; height: 100%;
background: rgba(64, 64, 64, 0.6); background: rgba(64, 64, 64, 0.6);
visibility: visible;
.btn-toolbar { .btn-toolbar {
width: 90%; width: 90%;
@ -528,7 +530,6 @@ body .navbar .nodebb-inline-block {
input { input {
width: 100%; width: 100%;
text-align: center; text-align: center;
background: rgba(255, 255, 255, 0.5);
border: none; border: none;
padding: 0.5em 0; padding: 0.5em 0;
-webkit-border-radius: 0px; -webkit-border-radius: 0px;
@ -545,7 +546,7 @@ body .navbar .nodebb-inline-block {
margin: 1em auto; margin: 1em auto;
resize: none; resize: none;
color: white; color: white;
height: 330px; height: 230px;
} }
#imagedrop { #imagedrop {

Loading…
Cancel
Save