From b9279033a4ace3a7f4d459cdc033c6f5bfd1afe0 Mon Sep 17 00:00:00 2001 From: Ali GOREN Date: Wed, 6 Feb 2019 23:18:33 +0300 Subject: [PATCH] =?UTF-8?q?The=20issue=20'Styling=20of=20Edit=20Post=20but?= =?UTF-8?q?ton=20on=20your=20own=20post'=20fixed.=20Close=E2=80=A6=20(#174?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * The issue 'Styling of Edit Post button on your own post' fixed. Closed #1740 * I changed margin top to 4 and media screens's max-width value change as 376px --- app/assets/stylesheets/article-show.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/article-show.scss b/app/assets/stylesheets/article-show.scss index b0ab97f28..6275d2dc6 100644 --- a/app/assets/stylesheets/article-show.scss +++ b/app/assets/stylesheets/article-show.scss @@ -219,10 +219,11 @@ article{ line-height:1.1em; font-family: $helvetica-condensed; font-stretch:condensed; - @media screen and ( max-width: 340px ){ + @media screen and ( max-width: 376px ){ padding:2px 3px 3px; margin-left:3px; margin-left:5px; + margin-top: 5px; .post-word{ display:none; }