summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
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;