mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user