UX: Remove the admin menu button from expanded mobile timeline (#29464)

This commit is contained in:
Jarek Radosz 2024-10-29 12:12:00 +01:00 committed by GitHub
parent b364a13ad3
commit 6d918c6307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,10 +179,8 @@
@appendReason={{false}}
@showCaret={{false}}
/>
{{#if @mobileView}}
<TopicAdminMenu @topic={{@model}} />
{{/if}}
{{/if}}
<PluginOutlet
@name="timeline-footer-controls-after"
@outletArgs={{hash model=@model fullscreen=@fullscreen}}