summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss18
1 files changed, 6 insertions, 12 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 592d486aa..374fa7324 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -520,6 +520,10 @@ body.ios {
}
}
+ .post__header--info {
+ padding: 0;
+ }
+
span {
p:last-child {
margin-bottom: .5em;
@@ -554,16 +558,6 @@ body.ios {
top: 6px;
}
}
-
- .post__time {
- @include opacity(0);
- font-size: 11px;
- left: -7px;
- line-height: 37px;
- position: absolute;
- text-rendering: auto;
- top: -2px;
- }
}
&.post--comment {
@@ -610,10 +604,10 @@ body.ios {
.post__content {
display: table;
margin: 0 auto;
+ padding: 0 15px;
position: relative;
table-layout: fixed;
width: 100%;
- padding: 0 15px;
> div {
display: table-cell;
@@ -649,7 +643,7 @@ body.ios {
.col__reply {
position: absolute;
- right: 0;
+ right: 10px;
top: 30px;
white-space: nowrap;
width: 65px;