summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-10-14 09:02:05 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-10-14 09:02:05 -0400
commit962a5d8beb8b0eb634b1bff9258b209142041dc9 (patch)
tree64e636b204f2845349893d659c29117c762d8b16 /web/sass-files/sass/partials/_post.scss
parentcdbe6342bb018e16d6eb3f04c0c6c8457805e61a (diff)
parent99f243b44443babe3fd332538d2b102218834462 (diff)
downloadchat-962a5d8beb8b0eb634b1bff9258b209142041dc9.tar.gz
chat-962a5d8beb8b0eb634b1bff9258b209142041dc9.tar.bz2
chat-962a5d8beb8b0eb634b1bff9258b209142041dc9.zip
Merge pull request #1046 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index b457d0dd2..0f3cc0ef6 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -408,7 +408,7 @@ body.ios {
}
.post-body {
position: relative;
- z-index: 5;
+ z-index: 1;
max-width: 100%;
width: 600px;
float: left;
@@ -439,7 +439,7 @@ body.ios {
padding-left: 0px;
&.post-header-post {
position: relative;
- z-index: 5;
+ z-index: 1;
width: 200px;
text-align: right;
float: left;