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