From 5d92fda12d0b75bbbcb830d6aeb2f0faef1bc6e8 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 28 Jan 2016 19:38:23 +0500 Subject: Fixing modals for IE --- web/sass-files/sass/partials/_modal.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index 7627f6a4c..b451adb75 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -10,6 +10,11 @@ .modal { width: 100%; color: #333; + body.browser--IE & { + .modal-dialog { + @include translateY(0); + } + } &.image_modal { .modal-backdrop.in { @include opacity(0.7); -- cgit v1.2.3-1-g7c22 From 1f02b09dae64f895b79a45fc5e5da10dd381e446 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 28 Jan 2016 20:07:25 +0500 Subject: Improving jump to recent messages UI --- web/sass-files/sass/partials/_content.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_content.scss b/web/sass-files/sass/partials/_content.scss index b54c97b41..fb2355da7 100644 --- a/web/sass-files/sass/partials/_content.scss +++ b/web/sass-files/sass/partials/_content.scss @@ -38,6 +38,7 @@ font-size: 13px; .fa { + font-size: 11px; @include opacity(0.7); } -- cgit v1.2.3-1-g7c22 From 8d4151cc0518c3685a2000a49625dac650381d85 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 28 Jan 2016 20:18:28 +0500 Subject: Fixing code block and comment icon in Firefox --- web/sass-files/sass/partials/_markdown.scss | 2 +- web/sass-files/sass/partials/_post.scss | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_markdown.scss b/web/sass-files/sass/partials/_markdown.scss index 9ad15f91a..7aa29d95d 100644 --- a/web/sass-files/sass/partials/_markdown.scss +++ b/web/sass-files/sass/partials/_markdown.scss @@ -43,7 +43,7 @@ @include opacity(0.2); } code { - white-space: pre; + white-space: pre-line; } } .markdown__table { diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 34ff7e5a9..ef2366686 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -759,10 +759,18 @@ body.ios { display: inline-block; visibility: hidden; + &:focus { + outline: none; + } + &.icon--visible { visibility: visible; } + svg { + width: 17px; + } + .comment-icon { display: inline-block; top: 3px; -- cgit v1.2.3-1-g7c22