mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
make the composer smaller on mobile when creating/editing first post
This commit is contained in:
parent
11c586ed93
commit
20d9cb26fc
2 changed files with 1 additions and 15 deletions
|
@ -117,9 +117,6 @@ display: none;
|
|||
// The various states
|
||||
&.open {
|
||||
height: 300px;
|
||||
.grippie {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
&.closed {
|
||||
height: 0 !important;
|
||||
|
@ -187,7 +184,7 @@ display: none;
|
|||
// When the post is new (new topic) the sizings are different
|
||||
&.edit-title {
|
||||
&.open {
|
||||
height: 400px;
|
||||
height: 300px;
|
||||
}
|
||||
.contents {
|
||||
input#reply-title {
|
||||
|
|
|
@ -167,17 +167,6 @@ body {
|
|||
.clear-transitions {
|
||||
@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 {
|
||||
|
|
Loading…
Reference in a new issue