summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-05-10 18:48:22 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-05-10 09:48:22 -0400
commitb868aa1dc7af16ddea8f65ed60683a6f440567ec (patch)
tree823f8b19802d78198dcc7032d07f999d1b3c73be /webapp/sass/layout
parent9625362494888c9423bb6503b7e18557b6b9cc79 (diff)
downloadchat-b868aa1dc7af16ddea8f65ed60683a6f440567ec.tar.gz
chat-b868aa1dc7af16ddea8f65ed60683a6f440567ec.tar.bz2
chat-b868aa1dc7af16ddea8f65ed60683a6f440567ec.zip
Fixes for RC1 (#6376)
* PLT-6505 - Fixing z-index for post control menu * PLT-6507 - Channel header icons not aligned * PLT-6508 - Options popover issue on android * PLT-6528 - Removing cross contamination on badge * PLT-6535 - Aligning content in SSO buttons * PLT-6509 - Aligning dropdown close icon
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_navigation.scss13
-rw-r--r--webapp/sass/layout/_post.scss6
-rw-r--r--webapp/sass/layout/_sidebar-right.scss2
3 files changed, 18 insertions, 3 deletions
diff --git a/webapp/sass/layout/_navigation.scss b/webapp/sass/layout/_navigation.scss
index 891ed6259..30d5264af 100644
--- a/webapp/sass/layout/_navigation.scss
+++ b/webapp/sass/layout/_navigation.scss
@@ -41,6 +41,14 @@
width: 43px;
z-index: 5;
+ > span {
+ > svg {
+ position: relative;
+ top: 13px;
+ vertical-align: top;
+ }
+ }
+
.icon-bar {
background: $white;
width: 21px;
@@ -49,7 +57,8 @@
.icon-search {
font-size: 17px;
position: relative;
- top: -2px;
+ top: 11px;
+ vertical-align: top;
}
.icon--white {
@@ -93,7 +102,7 @@
.description {
color: $white;
display: inline-block;
- margin-right: .5em;
+ margin-right: 1em;
&.info-popover {
@include background-size(100% 100%);
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 4985e3cba..2b84d01f9 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -651,6 +651,12 @@
visibility: visible;
}
+ .post__header {
+ .col__reply {
+ z-index: 7;
+ }
+ }
+
.post__body {
background: transparent !important;
}
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index 7065871e3..9a6f2be41 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -8,7 +8,7 @@
position: fixed;
right: 0;
width: 400px;
- z-index: 6;
+ z-index: 8;
&.webrtc {
z-index: 5;