From 393bcb4a9ab645d9cc94fc7cd39686a0f51a93d9 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 10 May 2023 08:42:00 +0000 Subject: [PATCH] compose: Increase font size of recipient privacy icon. --- web/styles/compose.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/styles/compose.css b/web/styles/compose.css index 374c4b984c..7e7b9e720b 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -806,6 +806,14 @@ a.compose_control_button.hide { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + + .stream-privacy-type-icon { + font-size: 13px; + width: 13px; + height: 13px; + position: relative; + top: 2px; + } } .dropdown-list-body .list_item a {