From 533fb0019ab7c0520a57dbd8055a4b323b4be026 Mon Sep 17 00:00:00 2001 From: Joe <33972521+hnb-ku@users.noreply.github.com> Date: Tue, 19 Mar 2019 22:31:45 +0800 Subject: [PATCH] fully hide header buttons if topic is visible (#7203) --- app/assets/stylesheets/mobile/header.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index f72f142e2bb..a8128369f89 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -54,6 +54,9 @@ .extra-info-wrapper + .panel { flex: 0; min-width: 0; + .header-buttons { + display: none; + } } // Fade in header avatar + icons if topic title is not visible in mobile header .panel {