compose: Increase font size of recipient privacy icon.

This commit is contained in:
Aman Agrawal
2023-05-10 08:42:00 +00:00
committed by Tim Abbott
parent 4f8424b63b
commit 393bcb4a9a

View File

@@ -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 {