summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-18 08:56:24 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-18 08:56:24 -0400
commit4805608cc9cf79277f37b94bbe38398816469884 (patch)
tree167962b7f56a4213dc0c945b33ed446fac9c5891 /web/sass-files/sass/partials/_post.scss
parent390cb47ec37c0bbddb829cae9cefeb8e0e97b7a1 (diff)
parentf68a8c8de3bbaf0179023e12da89c6f22f5b21a7 (diff)
downloadchat-4805608cc9cf79277f37b94bbe38398816469884.tar.gz
chat-4805608cc9cf79277f37b94bbe38398816469884.tar.bz2
chat-4805608cc9cf79277f37b94bbe38398816469884.zip
Merge pull request #391 from asaadmahmoodspin/master
Multiple UI changes
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 56b31205b..c7add21a2 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -240,9 +240,6 @@ body.ios {
.dropdown, .comment-icon__container {
@include opacity(1);
}
- .dropdown-toggle:after {
- content: '[...]';
- }
}
background: #f5f5f5;
}
@@ -409,6 +406,9 @@ body.ios {
display: inline-block;
@include opacity(0);
}
+ .dropdown-toggle:after {
+ content: '[...]';
+ }
}
}
.post-profile-time {