From 20d9cb26fcd77f11d6fa40961a68df804a1a81e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Thu, 27 Mar 2014 18:53:29 +0100 Subject: [PATCH] make the composer smaller on mobile when creating/editing first post --- app/assets/stylesheets/mobile/compose.scss | 5 +---- app/assets/stylesheets/mobile/discourse.scss | 11 ----------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 04b660954fe..035e045eac8 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 86412bc1b26..86994df7665 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 {