From 5dfd11673a9d6c200e27261c17632ae60a219386 Mon Sep 17 00:00:00 2001 From: m-e-l-u-h-a-n Date: Sat, 3 Jul 2021 00:21:28 +0530 Subject: [PATCH] CSS: Fix alignment of private and web-public streams in profile modal. --- static/styles/popovers.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/styles/popovers.css b/static/styles/popovers.css index b1e8715bbb..db55f6a8b8 100644 --- a/static/styles/popovers.css +++ b/static/styles/popovers.css @@ -367,6 +367,14 @@ ul { .stream_list_info { margin-bottom: 8px; } + + .stream-privacy { + display: inline-block; + } + + .filter-icon i { + padding-right: 3px; + } } .stream-list-top-section { display: flex;