From b48e36275d6fad4c2f11f567d6a4c327d53e314f Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Wed, 13 Jan 2016 14:15:12 -0800 Subject: Fix issue with file overlay getting stuck in ie11 --- web/sass-files/sass/partials/_post.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 7b7c2d73a..c5cd10b20 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -183,6 +183,7 @@ body.ios { position: absolute; top: 50%; left: 50%; + pointer-events: none; } .overlay__files { -- cgit v1.2.3-1-g7c22 From f85eb5613ebbd0bc766626483947d72cfe65132a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 20 Jan 2016 10:38:59 +0500 Subject: Fixing status icon in IE11 --- web/sass-files/sass/partials/_sidebar--left.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss index 6f969ed47..c2b69e57d 100644 --- a/web/sass-files/sass/partials/_sidebar--left.scss +++ b/web/sass-files/sass/partials/_sidebar--left.scss @@ -41,6 +41,7 @@ top:1px; margin-right: 6px; width: 12px; + max-height: 18px; display: inline-block; i, path, ellipse { @include opacity(0.5); -- cgit v1.2.3-1-g7c22 From 335123dc68f09b12a22df73362cd8d1408d7965d Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 20 Jan 2016 10:42:11 +0500 Subject: Updating status icon css --- web/sass-files/sass/partials/_sidebar--left.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss index c2b69e57d..181f15952 100644 --- a/web/sass-files/sass/partials/_sidebar--left.scss +++ b/web/sass-files/sass/partials/_sidebar--left.scss @@ -41,8 +41,10 @@ top:1px; margin-right: 6px; width: 12px; - max-height: 18px; display: inline-block; + svg { + max-height: 15px; + } i, path, ellipse { @include opacity(0.5); &.online--icon, &.away--icon { -- cgit v1.2.3-1-g7c22 From 2f562dc4775de874b29afe72f1384e5574493d7c Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 20 Jan 2016 10:48:04 +0500 Subject: Fixing height for icon --- web/sass-files/sass/partials/_sidebar--left.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_sidebar--left.scss b/web/sass-files/sass/partials/_sidebar--left.scss index 181f15952..5e7f04724 100644 --- a/web/sass-files/sass/partials/_sidebar--left.scss +++ b/web/sass-files/sass/partials/_sidebar--left.scss @@ -43,7 +43,7 @@ width: 12px; display: inline-block; svg { - max-height: 15px; + max-height: 14px; } i, path, ellipse { @include opacity(0.5); -- cgit v1.2.3-1-g7c22 From e4e3178e9440ab351a722d939f0af2637de2df9f Mon Sep 17 00:00:00 2001 From: hmhealey Date: Wed, 20 Jan 2016 14:33:08 -0500 Subject: Changed the post textbox resizing code to be more reliable and not rely on magic numbers --- web/sass-files/sass/partials/_post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 7b7c2d73a..438e9d7f6 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -11,6 +11,7 @@ resize: none; line-height:20px; min-height:36px; + overflow-x: hidden; &:focus { border-color: #ccc; box-shadow: none; @@ -335,7 +336,6 @@ body.ios { padding-top: 8px; padding-right: 28px; max-height: 162px !important; - overflow: auto; line-height: 1.5; } .textarea-div { -- cgit v1.2.3-1-g7c22