diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 04b660954..035e045ea 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -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 { diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index 86412bc1b..86994df76 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -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 {