From ea681d92a283250db2422edd44e9d119ed67bdcb Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 21 Oct 2014 23:17:54 -0700 Subject: [PATCH] increase click area on editor toggle --- app/assets/stylesheets/desktop/compose.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/desktop/compose.scss b/app/assets/stylesheets/desktop/compose.scss index fd9442a40f5..f328c561d3a 100644 --- a/app/assets/stylesheets/desktop/compose.scss +++ b/app/assets/stylesheets/desktop/compose.scss @@ -112,14 +112,12 @@ font-size: 14px; position: fixed; .toggler { - display: block; - width: 13px; - height: 13px; - right: 13px; + width: 15px; + right: 1px; position: absolute; font-size: 15px; color: $primary; - text-decoration: none; + padding: 0 10px 5px 10px; &:before { font-family: "FontAwesome"; content: "\f078";