diff options
author | Joram Wilander <jwawilander@gmail.com> | 2015-11-19 13:42:57 -0500 |
---|---|---|
committer | Joram Wilander <jwawilander@gmail.com> | 2015-11-19 13:42:57 -0500 |
commit | 71ae3c07fa15129f1b5d88bb7015e92136788416 (patch) | |
tree | 06093010fce102785fc7c50032bf5aacad6c0a6a /web/sass-files/sass/partials/_post.scss | |
parent | 520d792fb4a2382bdff526ea14e6cde149d745d4 (diff) | |
parent | 975a5dc759ab0f98f3db01b2a355416b0f687e42 (diff) | |
download | chat-71ae3c07fa15129f1b5d88bb7015e92136788416.tar.gz chat-71ae3c07fa15129f1b5d88bb7015e92136788416.tar.bz2 chat-71ae3c07fa15129f1b5d88bb7015e92136788416.zip |
Merge pull request #1468 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r-- | web/sass-files/sass/partials/_post.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 743a76693..99e985b0c 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -382,9 +382,11 @@ body.ios { } span { + p:last-child { margin-bottom: 0.5em; } + } &.post--root { @@ -508,6 +510,7 @@ body.ios { max-width: 1000px; display: table; width: 100%; + table-layout: fixed; > div { display: table-cell; @@ -532,7 +535,7 @@ body.ios { position: absolute; right: 0; top: 30px; - width: 70px; + width: 60px; } } @@ -584,12 +587,15 @@ body.ios { word-wrap: break-word; padding: 0.2em 0.5em 0em; @include legacy-pie-clearfix; - width: calc(100% - 80px); + width: calc(100% - 70px); } .post__link { margin: 2px 0 5px; font-size: 13px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; } .post__time { @@ -612,7 +618,6 @@ body.ios { } .comment-icon__container { - margin-right: 7px; fill: $primary-color; display: inline-block; visibility: hidden; |