compose: Add more space around compose stream privacy icons.

This is especially to add more space around the globe icon since
it wider than lock icon, so the previously set padding for the
stream icon has to be increased.
This commit is contained in:
Aman Agrawal 2022-03-25 07:24:53 +00:00 committed by Tim Abbott
parent 9ce924a3a6
commit 9dd8d13e0c
1 changed files with 3 additions and 3 deletions

View File

@ -127,13 +127,13 @@
#compose-lock-icon,
#compose-globe-icon {
position: relative;
left: 5px;
left: 6px;
width: 0;
}
#compose-globe-icon {
top: 1px;
left: 3.5px;
left: 4.5px;
.zulip-icon-globe {
font-size: 12px;
@ -430,7 +430,7 @@ input.recipient_box {
}
&.lock-padding {
padding-left: 18px;
padding-left: 20px;
}
}