From 5dbf707cb30e648e21d6cd82334d62e5e92b0c65 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 11 Oct 2014 04:37:30 -0700 Subject: [PATCH] min-width of 1280px for editor on mobile?? OH HELLllll TO THE NO --- app/assets/stylesheets/mobile/compose.scss | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index 1f4fde3e3..367e74521 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -129,6 +129,7 @@ display: none; input#reply-title { padding: 7px 10px; margin: 6px 10px 0 0; + width: 92%; } .wmd-controls { @include transition(top 0.3s ease); @@ -138,10 +139,9 @@ display: none; } .contents { padding: 10px 10px 0 10px; - min-width: 1280px; .form-element { .select2-container { - width: 400px; + width: 99%; margin-top: 6px; a { padding-top: 4px; @@ -151,18 +151,7 @@ display: none; margin-top: 4px; } } - .category-combobox { - width: 430px; - @include medium-width { width: 285px; } - @include small-width { width: 220px; } - .select2-drop { - left: -9000px; - width: 428px; - @include medium-width { width: 283px; } - @include small-width { width: 218px; } - } - } } .edit-reason-input, .display-edit-reason { display: none;