summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 23:39:09 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 23:39:09 +0500
commitf5c4cf10c484111e817c1111d9138d891c6d84cf (patch)
tree96507d9fc9e59b74cc7cf699a3125a1ea51da633 /web/sass-files/sass/partials/_post.scss
parent74cfb65be1720f5dd18a5e7a19889158c1abc947 (diff)
downloadchat-f5c4cf10c484111e817c1111d9138d891c6d84cf.tar.gz
chat-f5c4cf10c484111e817c1111d9138d891c6d84cf.tar.bz2
chat-f5c4cf10c484111e817c1111d9138d891c6d84cf.zip
Adding highlights and improving css for posts on responsive screens
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 8ce1bf984..72b527311 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -215,7 +215,7 @@ body.ios {
}
&.current--user {
.post-body {
- @include border-radius(4px);
+ @include border-radius(0 4px 4px 0);
background: #f5f5f5;
}
}
@@ -297,7 +297,7 @@ body.ios {
width: 600px;
float: left;
word-wrap: break-word;
- padding: 0.3em 0 0.1em;
+ padding: 0.3em 0.5em 0.1em;
margin: -0.3em 0 0;
.post-link {
@include clearfix;