mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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 {
|
.extra-info-wrapper + .panel {
|
||||||
flex: 0;
|
flex: 0;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
.header-buttons {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// Fade in header avatar + icons if topic title is not visible in mobile header
|
// Fade in header avatar + icons if topic title is not visible in mobile header
|
||||||
.panel {
|
.panel {
|
||||||
|
Loading…
Reference in New Issue
Block a user