summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 21:04:33 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 21:04:33 +0500
commite46561339f59ff19f68d69596567d1498ed5a857 (patch)
tree3aa1c0daac02bbd04a6a2497def2974c6839a0fb /web/sass-files/sass/partials/_post.scss
parentbd9b038c0007eeb3c1d27cae17c25169a04052a8 (diff)
downloadchat-e46561339f59ff19f68d69596567d1498ed5a857.tar.gz
chat-e46561339f59ff19f68d69596567d1498ed5a857.tar.bz2
chat-e46561339f59ff19f68d69596567d1498ed5a857.zip
MM-1426 - Updating UI
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss14
1 files changed, 11 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 745d50173..7551d8d58 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -86,10 +86,11 @@ body.ios {
background: #FFF;
display: inline-block;
padding: 0 1em;
- font-weight: 900;
+ font-weight: 700;
@include border-radius(50px);
position: relative;
z-index: 5;
+ font-size: 13px;
}
}
.new-separator {
@@ -212,6 +213,11 @@ body.ios {
}
}
}
+ &.current--user {
+ .post-body {
+ background: #f5f5f5;
+ }
+ }
&.same--root {
.comment-icon__container {
@include opacity(0);
@@ -269,7 +275,7 @@ body.ios {
float: left;
.post-profile-img {
margin-right: 10px;
- @include border-radius(3px);
+ @include border-radius(50px);
}
}
&.post__content {
@@ -290,6 +296,8 @@ body.ios {
width: 600px;
float: left;
word-wrap: break-word;
+ padding: 0.3em 0 0.1em;
+ margin: -0.3em 0 0;
.post-link {
@include clearfix;
text-overflow: ellipsis;
@@ -359,7 +367,7 @@ body.ios {
.embed-title {
margin: 3px 0 1px;
color: #555;
- font-weight: bold;
+ font-weight: 600;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;