summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-02-08 08:33:51 -0800
committerCorey Hulen <corey@hulen.com>2016-02-08 08:33:51 -0800
commit557157a979e9e473b442424c49821a24e45c7bdb (patch)
tree51ef90bfbde1e65f327d0fec7ce5d038ab9decc6 /web/sass-files/sass/partials/_post.scss
parent96cb7345dafbf07027acb9dc05fc7d0808a4ac38 (diff)
parent8dac8cc6f1faeab1bf75521f3915a0645ada58c6 (diff)
downloadchat-557157a979e9e473b442424c49821a24e45c7bdb.tar.gz
chat-557157a979e9e473b442424c49821a24e45c7bdb.tar.bz2
chat-557157a979e9e473b442424c49821a24e45c7bdb.zip
Merge pull request #2100 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.scss14
1 files changed, 12 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index a018315e3..cc22cc913 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -485,8 +485,9 @@ body.ios {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
- top: -3px;
- left: -1.0em;
+ top: -2px;
+ left: -7px;
+ font-size: 11px;
line-height: 37px;
@include opacity(0);
}
@@ -570,11 +571,20 @@ body.ios {
li {
display: inline-block;
+ vertical-align: top;
}
.col__name {
margin-right: 7px;
font-weight: 600;
+
+ .user-popover {
+ max-width: 200px;
+ @include clearfix;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+
}
.col__reply {