From 89539d6fb548c6376093b406d009b1c9f4d8ad2b Mon Sep 17 00:00:00 2001 From: Siddharth Varshney Date: Thu, 21 May 2020 01:42:29 +0530 Subject: [PATCH] stream-popover: Change design of stream popover. Extracts the stream name from the list items and display it in the popover title. --- static/styles/popovers.scss | 6 +++++ static/templates/stream_sidebar_actions.hbs | 27 +++++++++++++++------ 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/static/styles/popovers.scss b/static/styles/popovers.scss index b082334588..06dcdf1903 100644 --- a/static/styles/popovers.scss +++ b/static/styles/popovers.scss @@ -55,6 +55,12 @@ } .streams_popover { + .topic-name { + text-align: center; + margin-top: 5px; + margin-bottom: 5px; + } + .colorpicker-container { display: none; margin-right: 10px; diff --git a/static/templates/stream_sidebar_actions.hbs b/static/templates/stream_sidebar_actions.hbs index 55db07292c..285c029438 100644 --- a/static/templates/stream_sidebar_actions.hbs +++ b/static/templates/stream_sidebar_actions.hbs @@ -1,5 +1,18 @@ {{! Contents of the "stream actions" popup }}