From 22656ac1ae003c47e8f16c79467dddc1b0ea9d12 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 8 Feb 2016 20:29:04 +0500 Subject: Multiple UI Improvements --- web/sass-files/sass/partials/_post.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/sass-files/sass/partials/_post.scss') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index a018315e3..61eb636bc 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -570,11 +570,20 @@ body.ios { li { display: inline-block; + vertical-align: top; } .col__name { margin-right: 7px; font-weight: 600; + + .user-popover { + max-width: 130px; + @include clearfix; + text-overflow: ellipsis; + white-space: nowrap; + } + } .col__reply { -- cgit v1.2.3-1-g7c22 From 3d314c811f352d15069f088235fb79f4639f5b34 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 8 Feb 2016 20:33:21 +0500 Subject: Updating username width in RHS --- web/sass-files/sass/partials/_post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials/_post.scss') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 61eb636bc..804928413 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -578,7 +578,7 @@ body.ios { font-weight: 600; .user-popover { - max-width: 130px; + max-width: 200px; @include clearfix; text-overflow: ellipsis; white-space: nowrap; -- cgit v1.2.3-1-g7c22 From 8dac8cc6f1faeab1bf75521f3915a0645ada58c6 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 8 Feb 2016 20:39:41 +0500 Subject: Updating time stamp --- web/sass-files/sass/partials/_post.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/sass-files/sass/partials/_post.scss') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 804928413..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); } -- cgit v1.2.3-1-g7c22