target panel children instead of targeting the panel (#7257)
This commit is contained in:
parent
b2cacc5b0e
commit
02f2ce8b05
|
@ -52,10 +52,8 @@
|
||||||
|
|
||||||
// Hide header avatar + icons while topic title is visible in mobile header
|
// Hide header avatar + icons while topic title is visible in mobile header
|
||||||
.extra-info-wrapper + .panel {
|
.extra-info-wrapper + .panel {
|
||||||
flex: 0;
|
|
||||||
min-width: 0;
|
|
||||||
.header-buttons,
|
.header-buttons,
|
||||||
.badge-notification {
|
.d-header-icons {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue