mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	popovers: Improve user group popovers.
This commit updates the user group popovers to change the icon and text of ".manage-group" option to match what we have in gear menu and also change the heading and ".manage-group" option to be left-aligned.
This commit is contained in:
		@@ -386,18 +386,29 @@ ul {
 | 
			
		||||
        padding: 5px 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .manage-group a {
 | 
			
		||||
        text-align: center;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .group-info {
 | 
			
		||||
        text-align: center;
 | 
			
		||||
        padding-left: 11px;
 | 
			
		||||
        padding-right: 11px;
 | 
			
		||||
 | 
			
		||||
        .group-name {
 | 
			
		||||
            font-weight: bold;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .manage-group {
 | 
			
		||||
        a {
 | 
			
		||||
            display: flex;
 | 
			
		||||
            align-items: center;
 | 
			
		||||
            padding-left: 11px;
 | 
			
		||||
 | 
			
		||||
            .zulip-icon {
 | 
			
		||||
                position: relative;
 | 
			
		||||
                top: -1px;
 | 
			
		||||
                margin-right: 5px;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .member-list {
 | 
			
		||||
        position: relative;
 | 
			
		||||
        max-height: 300px;
 | 
			
		||||
 
 | 
			
		||||
@@ -24,8 +24,7 @@
 | 
			
		||||
        <ul class="nav nav-list manage-group">
 | 
			
		||||
            <li>
 | 
			
		||||
                <a href="{{group_edit_url}}">
 | 
			
		||||
                    <i class="fa fa-cog" aria-hidden="true"></i>
 | 
			
		||||
                    {{t 'Manage user groups' }}
 | 
			
		||||
                    <i class="zulip-icon zulip-icon-user-cog" aria-hidden="true"></i>{{t 'Group settings' }}
 | 
			
		||||
                </a>
 | 
			
		||||
            </li>
 | 
			
		||||
        </ul>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user