summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_headers.scss2
-rw-r--r--webapp/sass/layout/_navigation.scss11
-rw-r--r--webapp/sass/layout/_post-right.scss4
-rw-r--r--webapp/sass/layout/_sidebar-right.scss4
4 files changed, 2 insertions, 19 deletions
diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss
index e4325c149..cb4512ac1 100644
--- a/webapp/sass/layout/_headers.scss
+++ b/webapp/sass/layout/_headers.scss
@@ -7,7 +7,7 @@
line-height: 56px;
position: relative;
width: 100%;
- z-index: 5;
+ z-index: 9;
.member-popover__trigger,
.pinned-posts-button {
diff --git a/webapp/sass/layout/_navigation.scss b/webapp/sass/layout/_navigation.scss
index 30d5264af..8f0977eba 100644
--- a/webapp/sass/layout/_navigation.scss
+++ b/webapp/sass/layout/_navigation.scss
@@ -41,14 +41,6 @@
width: 43px;
z-index: 5;
- > span {
- > svg {
- position: relative;
- top: 13px;
- vertical-align: top;
- }
- }
-
.icon-bar {
background: $white;
width: 21px;
@@ -57,8 +49,7 @@
.icon-search {
font-size: 17px;
position: relative;
- top: 11px;
- vertical-align: top;
+ top: -2px;
}
.icon--white {
diff --git a/webapp/sass/layout/_post-right.scss b/webapp/sass/layout/_post-right.scss
index 48fc57629..531638ec7 100644
--- a/webapp/sass/layout/_post-right.scss
+++ b/webapp/sass/layout/_post-right.scss
@@ -39,10 +39,6 @@
}
}
- .post__img {
- width: 43px;
- }
-
.post__body {
width: 100%;
}
diff --git a/webapp/sass/layout/_sidebar-right.scss b/webapp/sass/layout/_sidebar-right.scss
index 9a6f2be41..a1698b3a1 100644
--- a/webapp/sass/layout/_sidebar-right.scss
+++ b/webapp/sass/layout/_sidebar-right.scss
@@ -48,10 +48,6 @@
}
}
- .post__img {
- width: 43px;
- }
-
.post__content {
padding: 0 10px 0 0;
}