From d686783124b139f8bf6b94e594ed73976189839c Mon Sep 17 00:00:00 2001 From: Mikunj Date: Mon, 3 Dec 2018 16:18:39 +1100 Subject: [PATCH] Fix minor icon clipping. Disable text highlighting on header. --- stylesheets/_modules.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 75cab2bed..02636da2c 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -14,6 +14,7 @@ overflow-x: hidden; width: 100%; text-align: left; + user-select: none; } .module-contact-name__profile-number { @@ -1980,9 +1981,9 @@ .module-conversation-list-item__message__status-icon { flex-shrink: 0; - margin-top: 2px; + margin-top: 1px; width: 12px; - height: 12px; + height: 13px; display: inline-block; margin-left: 6px; } @@ -2199,7 +2200,7 @@ div { padding: 12px; background-color: $color-dark-90; - + user-select: none; cursor: pointer; &:hover {