FIX: mobile: reduce height of composer a bit to make room for android devices

This commit is contained in:
Neil Lalonde 2014-06-10 17:12:28 -04:00
parent 1e0d29273a
commit 1691d52882

View File

@ -86,7 +86,7 @@ display: none;
}
// The various states
&.open {
height: 300px;
height: 270px;
}
&.closed {
height: 0 !important;
@ -155,7 +155,7 @@ display: none;
// a small screen mobile device
&.edit-title {
&.open {
height: 280px;
height: 250px;
}
.contents {
input#reply-title {