From 2657ba70887f59f0b912badf5b5426bc3628d366 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 1 Jul 2014 01:42:24 -0700 Subject: [PATCH] hide inline topic title/category editing on mobile --- app/assets/stylesheets/mobile/topic.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/topic.scss b/app/assets/stylesheets/mobile/topic.scss index ed6bffe30..4a42b6c20 100644 --- a/app/assets/stylesheets/mobile/topic.scss +++ b/app/assets/stylesheets/mobile/topic.scss @@ -20,7 +20,11 @@ h1 { font-size: 1.5em; margin:0; - a.edit-topic {font-size: 15px;} + a.edit-topic { + // let's not even bother with inline title and category edits on mobile + // use the full editor instead + visibility: hidden; + } a { color: $primary; vertical-align: middle;