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/_base.scss | 4 ++++ web/sass-files/sass/partials/_post.scss | 9 +++++++++ 2 files changed, 13 insertions(+) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index a13689382..ee6a6b955 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -25,6 +25,10 @@ body { } } +b, strong { + font-weight: 600; +} + .inner__wrap { height: 100%; > .row.main { 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