From 995048c4bca0da9d3a635c57726086fde178d39a Mon Sep 17 00:00:00 2001 From: m-e-l-u-h-a-n Date: Wed, 30 Jun 2021 20:19:06 +0530 Subject: [PATCH] popovers: Add header to stream list in profile popover. --- static/styles/popovers.css | 6 ++++++ static/templates/user_profile_modal.hbs | 1 + 2 files changed, 7 insertions(+) diff --git a/static/styles/popovers.css b/static/styles/popovers.css index 279be2d1af..ab61adc7fd 100644 --- a/static/styles/popovers.css +++ b/static/styles/popovers.css @@ -369,6 +369,12 @@ ul { } } + .stream-list-header { + margin: 0; + display: inline-block; + font-weight: inherit; + } + .subscription-group-list, .subscription-stream-list { position: relative; diff --git a/static/templates/user_profile_modal.hbs b/static/templates/user_profile_modal.hbs index a6536672bd..4eb0e58c64 100644 --- a/static/templates/user_profile_modal.hbs +++ b/static/templates/user_profile_modal.hbs @@ -65,6 +65,7 @@
+

{{t 'Subscribed streams' }}