UX: hide topic layout btn on Horizon (#37847)

This button is not hooked up in any way to the Horizon topic cards.
Hiding for now, until we repurpose for low-context/high-context
switching
This commit is contained in:
chapoi
2026-02-16 17:20:49 +01:00
committed by GitHub
parent e05b85ad70
commit e51153185f
+2 -1
View File
@@ -3,7 +3,8 @@
.sidebar__panel-switch-button,
.notifications-button-footer .reason .text,
.pinned-button .reason .text,
.more-topics__browse-more {
.more-topics__browse-more,
.topic-list-layout-trigger {
display: none;
}