fully hide header buttons if topic is visible (#7203)
This commit is contained in:
parent
ed74774001
commit
533fb0019a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue