summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-15 23:23:07 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-15 23:23:07 +0500
commit44fa72066bacb741c3303633b6a3a690f6fc0d01 (patch)
tree670551eadc5008231bb1b838edf3fea01d968ad2 /web/sass-files
parent22aa2c8c07075f603a1408b7185c01b49d92fc7f (diff)
downloadchat-44fa72066bacb741c3303633b6a3a690f6fc0d01.tar.gz
chat-44fa72066bacb741c3303633b6a3a690f6fc0d01.tar.bz2
chat-44fa72066bacb741c3303633b6a3a690f6fc0d01.zip
Other minor improvements
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_post.scss4
-rw-r--r--web/sass-files/sass/partials/_post_right.scss15
2 files changed, 16 insertions, 3 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;
}
diff --git a/web/sass-files/sass/partials/_post_right.scss b/web/sass-files/sass/partials/_post_right.scss
index bd3d60622..01be9e288 100644
--- a/web/sass-files/sass/partials/_post_right.scss
+++ b/web/sass-files/sass/partials/_post_right.scss
@@ -11,7 +11,15 @@
.post-right-comments-container {
position: relative;
- padding: 0.7em 0 0;
+
+ .post {
+
+ &:first-child {
+ padding-top: 15px;
+ }
+
+ }
+
}
.post {
@@ -19,6 +27,11 @@
&.post--root {
padding-bottom: 1.2em;
border-bottom: 1px solid #ddd;
+
+ .post__body {
+ background: transparent !important;
+ }
+
}
.post__header {