Merge pull request #486 from glowing-bear/fix-buffer-bottom

Restore space at the bottom of buffer lines
This commit is contained in:
Tor Hveem 2014-10-24 19:29:58 +02:00
commit 0b481cce3d

View file

@ -236,6 +236,7 @@ input[type=text], input[type=password], #sendMessage, .badge {
width: auto;
bottom: 35px; /* input bar */
padding-top: 42px; /* topbar */
padding-bottom: 7px;
-webkit-transition:0.35s ease all;
transition:0.35s ease all;
}