From d9142dd03c6aebbbd2d529b641634191d0fc975e Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Tue, 9 Jul 2019 15:59:40 +0530 Subject: [PATCH] css: Move `.popover_user_presence` rules inside one block. --- static/styles/popovers.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/static/styles/popovers.scss b/static/styles/popovers.scss index 8a2059ad94..ed8bc0af0b 100644 --- a/static/styles/popovers.scss +++ b/static/styles/popovers.scss @@ -147,6 +147,10 @@ ul { width: 8px; height: 8px; margin: 0px 5px; + display: inline-block; + float: initial; + position: relative; + top: 1px; } .bot-owner-name { @@ -341,13 +345,6 @@ ul { } } -.popover_user_presence { - display: inline-block; - float: initial; - position: relative; - top: 1px; -} - .user_info_status_text { opacity: 0.8; padding: 2px 0px 3px 0px;