mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	left_sidebar: Replace user_circle_class with fa fa-group icon.
It is difficult to distinguish group PMs from 1:1 PMs, so to improve the UI it is better to show different icon for group PMs. Here we are using fa fa-group icon for group PMs. Fixes #18069.
This commit is contained in:
		@@ -161,6 +161,11 @@ li.show-more-topics {
 | 
			
		||||
 | 
			
		||||
#private-container {
 | 
			
		||||
    max-height: 200px;
 | 
			
		||||
 | 
			
		||||
    /* Match the opacity for global-filters icons. */
 | 
			
		||||
    span.fa-group {
 | 
			
		||||
        opacity: 0.7;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
:not(.active-sub-filter) {
 | 
			
		||||
 
 | 
			
		||||
@@ -3,13 +3,9 @@
 | 
			
		||||
 | 
			
		||||
        <div class="pm_left_col">
 | 
			
		||||
            {{#if is_group}}
 | 
			
		||||
                {{#if fraction_present}}
 | 
			
		||||
                <span class="{{user_circle_class}} user_circle" style="background:hsla(106, 74%, 44%, {{fraction_present}});"></span>
 | 
			
		||||
                {{else}}
 | 
			
		||||
                <span class="{{user_circle_class}} user_circle" style="background:none; border-color:hsl(0, 0%, 50%);"></span>
 | 
			
		||||
                {{/if}}
 | 
			
		||||
            <span class="fa fa-group"></span>
 | 
			
		||||
            {{else}}
 | 
			
		||||
                <span class="{{user_circle_class}} user_circle"></span>
 | 
			
		||||
            <span class="{{user_circle_class}} user_circle"></span>
 | 
			
		||||
            {{/if}}
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user