summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2017-05-12 08:00:28 -0400
committerJoramWilander <jwawilander@gmail.com>2017-05-12 08:00:28 -0400
commit9d109b070037951fcd0832b785eba8a3db9a157c (patch)
tree5d109da2e9e088f16eff0ad1421876a3d3da412e /webapp/sass/layout
parentb1c39204a63a87d2cbc57f66cf9db50c938b2ee5 (diff)
parenta21a06afd9907e9911dcb166d902cba9f405c7cb (diff)
downloadchat-9d109b070037951fcd0832b785eba8a3db9a157c.tar.gz
chat-9d109b070037951fcd0832b785eba8a3db9a157c.tar.bz2
chat-9d109b070037951fcd0832b785eba8a3db9a157c.zip
Merge branch 'release-3.9' into merge-3.9
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_headers.scss2
-rw-r--r--webapp/sass/layout/_markdown.scss6
-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
5 files changed, 26 insertions, 3 deletions
diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss
index 5e4abcb0e..e4325c149 100644
--- a/webapp/sass/layout/_headers.scss
+++ b/webapp/sass/layout/_headers.scss
@@ -5,7 +5,9 @@
border-left: none;
font-size: 14px;
line-height: 56px;
+ position: relative;
width: 100%;
+ z-index: 5;
.member-popover__trigger,
.pinned-posts-button {
diff --git a/webapp/sass/layout/_markdown.scss b/webapp/sass/layout/_markdown.scss
index 6fcbc7ff3..7cc79dba8 100644
--- a/webapp/sass/layout/_markdown.scss
+++ b/webapp/sass/layout/_markdown.scss
@@ -31,6 +31,12 @@ h6 {
font-weight: 700;
line-height: 1.5;
margin: 10px 0;
+
+ .emoticon {
+ min-height: 1.5em;
+ min-width: 1.5em;
+ vertical-align: top;
+ }
}
.markdown__paragraph-inline {
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;