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.scss17
1 files changed, 12 insertions, 5 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index db64d739e..228efe26f 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -486,7 +486,6 @@ body.ios {
&.post--compact {
&.post--thread {
.post__header {
- height: 22px;
padding-top: 3px;
}
}
@@ -510,6 +509,10 @@ body.ios {
margin: 0 0 7px;
}
+ .post__header {
+ height: 22px;
+ }
+
.post__body {
background: transparent !important;
line-height: 1.6;
@@ -537,10 +540,6 @@ body.ios {
}
}
- .post-image__columns {
- clear: both;
- }
-
.post-image__column {
@include border-radius(2px);
font-size: .9em;
@@ -765,8 +764,15 @@ body.ios {
@include clearfix;
max-width: 200px;
text-overflow: ellipsis;
+ vertical-align: top;
white-space: nowrap;
}
+
+ strong {
+ display: none;
+ font-weight: 900;
+ margin-left: 2px;
+ }
}
.col__reply {
@@ -1036,6 +1042,7 @@ body.ios {
display: inline-block;
margin-right: 6px;
visibility: hidden;
+
svg {
fill: inherit;
position: relative;