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; } }