fully hide header buttons if topic is visible (#7203)

This commit is contained in:
Joe 2019-03-19 22:31:45 +08:00 committed by Régis Hanol
parent ed74774001
commit 533fb0019a
1 changed files with 3 additions and 0 deletions

View File

@ -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 {