FIX: A mobile header regression in 9cc2b5c (#22344)

Hiding extra UI when topic title is visible broke when the plugin outlet was added.
This commit is contained in:
Jarek Radosz 2023-06-29 10:36:27 +02:00 committed by GitHub
parent 507d705fb5
commit b61ea8e16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,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 {
.before-header-panel-outlet,
.header-buttons, .header-buttons,
.d-header-icons { .d-header-icons {
display: none; display: none;