From 02f2ce8b0563d494b137f45ac1b78cb1dc0d0dd3 Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Tue, 26 Mar 2019 23:54:37 +0800 Subject: [PATCH] target panel children instead of targeting the panel (#7257) --- app/assets/stylesheets/mobile/header.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index afd266fbf0e..22610af8430 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -52,10 +52,8 @@ // Hide header avatar + icons while topic title is visible in mobile header .extra-info-wrapper + .panel { - flex: 0; - min-width: 0; .header-buttons, - .badge-notification { + .d-header-icons { display: none; } }