From b263b0eb98678a8a55d8c8adeb9bb22323a706f6 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 1 Aug 2016 20:17:27 +0500 Subject: Multiple Ui improvements (#3678) * Adding permalink back to mobile * Improving reply flow and fixing colorpicker on mobile * Hiding colorpicker on click only for mobile size screens --- webapp/sass/responsive/_mobile.scss | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'webapp/sass/responsive') diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index fcbf23b1c..53a9f6c7d 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -1,6 +1,10 @@ @charset 'UTF-8'; @media screen and (max-width: 768px) { + .scrollbar--view { + margin-right: 0 !important; + } + #post-list { .post-list-holder-by-time { .modal-open & { @@ -64,11 +68,11 @@ .post { .post__dropdown { display: inline-block; - height: 20px; - line-height: 9px; + height: 28px; + line-height: 21px; text-align: center; text-decoration: none; - width: 20px; + width: 28px; &:after { content: '...'; @@ -393,6 +397,18 @@ display: block; .settings-content { + .appearance-section { + .theme-elements { + .element { + margin-right: 10px; + + &:nth-child(2n) { + margin-right: 10px; + } + } + } + } + &.minimize-settings { display: block; } -- cgit v1.2.3-1-g7c22