target panel children instead of targeting the panel (#7257)

This commit is contained in:
Joe 2019-03-26 23:54:37 +08:00 committed by GitHub
parent b2cacc5b0e
commit 02f2ce8b05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

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