make the composer smaller on mobile when creating/editing first post

This commit is contained in:
Régis Hanol 2014-03-27 18:53:29 +01:00
parent 11c586ed93
commit 20d9cb26fc
2 changed files with 1 additions and 15 deletions

View File

@ -117,9 +117,6 @@ display: none;
// The various states // The various states
&.open { &.open {
height: 300px; height: 300px;
.grippie {
display: block;
}
} }
&.closed { &.closed {
height: 0 !important; height: 0 !important;
@ -187,7 +184,7 @@ display: none;
// When the post is new (new topic) the sizings are different // When the post is new (new topic) the sizings are different
&.edit-title { &.edit-title {
&.open { &.open {
height: 400px; height: 300px;
} }
.contents { .contents {
input#reply-title { input#reply-title {

View File

@ -167,17 +167,6 @@ body {
.clear-transitions { .clear-transitions {
@include transition(none !important); @include transition(none !important);
} }
.grippie {
width: 100%;
border: 1px solid $primary_border_color;
border-width: 1px 0;
cursor: row-resize;
height: 11px;
overflow: hidden;
background-color: lighten($secondary_background_color, 76%);
display: block;
background: image-url("grippie.png") lighten($secondary_background_color, 76%) no-repeat center 3px;
}
} }
form { form {