From 6042e91fe87be1135faed022ffd365404ef3550c Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 1 Nov 2022 03:08:36 +0000 Subject: [PATCH] left_sidebar: Hide sub to more streams in topics list view (zoom-in). --- static/styles/left_sidebar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/left_sidebar.css b/static/styles/left_sidebar.css index 9d975b423d..58933606ba 100644 --- a/static/styles/left_sidebar.css +++ b/static/styles/left_sidebar.css @@ -725,6 +725,7 @@ li.topic-list-item { background-color: hsl(0, 0%, 100%); } + #subscribe-to-more-streams, .show-more-topics { display: none; }