From 56b1b6c067278b396fac930edce2d5bd37f41696 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 7 Apr 2020 20:58:56 +0530 Subject: [PATCH] navbar: Add recent topics button. This commit is kept separate so that we can easily move the place where the recent topic button should be finally kept. --- static/styles/left-sidebar.scss | 3 ++- templates/zerver/app/left_sidebar.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/styles/left-sidebar.scss b/static/styles/left-sidebar.scss index d93b7e9e7e..92dc01d047 100644 --- a/static/styles/left-sidebar.scss +++ b/static/styles/left-sidebar.scss @@ -54,7 +54,8 @@ li.show-more-topics { } #streams_inline_cog, -#streams_filter_icon { +#streams_filter_icon, +#recent_topics_icon { float: right; opacity: 0.50; font-size: 13px; diff --git a/templates/zerver/app/left_sidebar.html b/templates/zerver/app/left_sidebar.html index 9c0b6c8eb8..1301f7fe83 100644 --- a/templates/zerver/app/left_sidebar.html +++ b/templates/zerver/app/left_sidebar.html @@ -60,6 +60,7 @@
+