summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-16 08:19:19 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-16 08:19:19 -0500
commit6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6 (patch)
tree670551eadc5008231bb1b838edf3fea01d968ad2 /web/sass-files/sass/partials/_post.scss
parent2ec3762fb2e0140649d138006323b35726b9b213 (diff)
parent44fa72066bacb741c3303633b6a3a690f6fc0d01 (diff)
downloadchat-6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6.tar.gz
chat-6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6.tar.bz2
chat-6ffcfaa2f38cfb4d4f354c547286d8e29b6efda6.zip
Merge pull request #2171 from asaadmahmoodspin/ui-fixes
Multiple UI Improvements
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 323691d89..5d0985fc0 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -396,8 +396,8 @@ body.ios {
.post-list__content {
display: table-cell;
vertical-align: bottom;
- > div:last-child {
- .dropdown-menu {
+ .dropdown-menu {
+ &.bottom {
top: auto;
bottom: 25px;
}