fix gap between input and content

This commit is contained in:
Tor Hveem 2014-09-17 12:05:26 +02:00 committed by David Cormier
parent c5d725e2c6
commit f86b1081c7

View file

@ -234,13 +234,13 @@ input[type=text], input[type=password], #sendMessage, .badge {
height: 100%;
overflow-y: auto;
width: auto;
bottom: 42px;
bottom: 35px; /* input bar */
padding-top: 42px; /* topbar */
-webkit-transition:0.35s ease all;
transition:0.35s ease all;
}
#bufferlines > table {
margin-top: 35px;
margin-top: 35px;
width: 100%;
}
tr.bufferline {