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

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