templates: Fix vertical alignment of globe icon.

This commit fixes the vertical alignement of globe icon in
inline_decorated_stream_name template by setting it using
relative units instead of px so that it is better aligned
at multiple places with different sizes.
This commit is contained in:
Sahil Batra 2023-04-13 07:56:47 +05:30 committed by Tim Abbott
parent 66b6151f61
commit 2b84b86027
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ div.overlay {
.stream-privacy-type-icon {
&.zulip-icon-globe {
position: relative;
top: 1px;
top: 0.06em;
padding-right: 1px;
font-size: 0.75em;
}