Just updated a local instance and the log-out icon on the user menu disappeared. Same on meta.
Still here at the bottom on Meta⊠are you using a theme other than the default?
The default theme. I see it as above on meta and that local instance. But do see the option on some other (not updated) discourse sites.
Hmm maybe an update we made is conflicting with a browser extension? I still canât reproduce the issue (on different sites, using different accounts). Which browser version/OS are you using?
I do have the log out and âdo not disturbâ buttons. Everything is also normal for me. May seem to be a problem on @nolo 's side? You wouldnât have tried some CSS implementations, Nolo?
Or maybe this.
I do see it on some browsers, but others not. Where itâs not visible now:
Debian 10/Firefox78esr
Debian 10/Chromium 83
Lineage 17/ Lineage Browser 10
Lineage 17/FOSS-Browser 7.2
Logout and DND are also not visible with my various Firefox/Chrome versions on Debian desktop independent of extensions. Problem seems to be with the flex settings on the do-not-disturb <li>
item. (The siblings are flex not on the li, but on the <a>
?) If I disable flex: 0 0 100%;
in the rule for .user-menu .quick-access-panel li.do-not-disturb
, the buttons reappear (on Debian 10 / Firefox 78).
Moved this over to a new topic so it doesnât get lost⊠Iâm able to reproduce this now and can look into it later today. Oddly enough, I see them when I open the menu, but when I right click and select inspect they disappear.
So I canât tell exactly what is causing this⊠it seems to have something to do with the addition of our new Do not disturb
link causing the panel to overflow despite height being available.
Either way, the content in this panel shouldnât be hidden on overflow because itâs not accessible with a âview allâ button like notifications are. Allowing the content to scroll when needed also fixes this issue.
It needs a review and a merge and should be available if you update later this week.
The PR is approved but being blocked by a license/cla issue. Iâll make a new PR with the same changes.
Here it is
Yeah, the two buttons are back, over here! Thanks!