From ac4470cd561bfc42869690a91e819149fa9c0fff Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Wed, 20 Mar 2019 01:43:23 +0800 Subject: [PATCH] UX: Hide mobile header notification badges if title is visible --- app/assets/stylesheets/mobile/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index a8128369f89..afd266fbf0e 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -54,7 +54,8 @@ .extra-info-wrapper + .panel { flex: 0; min-width: 0; - .header-buttons { + .header-buttons, + .badge-notification { display: none; } }