navbar: Change the user list menu (narrow) to user-list.svg.

Fixes: zulip#28756
In this commit, we are changing the user list menu icon(narrow screen) from triple-users to user-list.
This commit is contained in:
CIC4DA 2024-02-06 05:58:35 +05:30 committed by Tim Abbott
parent 110ca73545
commit 3745e44963
4 changed files with 7 additions and 2 deletions

View File

@ -242,6 +242,11 @@ Copyright: 2013-2023 Cole Bemis (https://feathericons.com)
License: Expat License: Expat
Comment: Custom made out of feather icons by Vlad Koborov Comment: Custom made out of feather icons by Vlad Koborov
Files: web/shared/icons/user-list.svg
Copyright: 2013-2023 Cole Bemis (https://feathericons.com)
License: Expat
Comment: Custom made out of feather icons by Vlad Koborov
Files: web/shared/icons/unmute.svg Files: web/shared/icons/unmute.svg
Source: https://fonts.google.com/icons?selected=Material+Symbols+Rounded:volume_up Source: https://fonts.google.com/icons?selected=Material+Symbols+Rounded:volume_up
Copyright: Google, Inc. Copyright: Google, Inc.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -2848,7 +2848,7 @@ select.invite-as {
} }
.zulip-icon-help-bigger, .zulip-icon-help-bigger,
.zulip-icon-triple-users { .zulip-icon-user-list {
font-size: 20px; font-size: 20px;
} }

View File

@ -39,7 +39,7 @@
</div> </div>
<div id="userlist-toggle" class="hidden-for-spectators"> <div id="userlist-toggle" class="hidden-for-spectators">
<a id="userlist-toggle-button" role="button" class="header-button" tabindex="0"> <a id="userlist-toggle-button" role="button" class="header-button" tabindex="0">
<i class="zulip-icon zulip-icon-triple-users"></i> <i class="zulip-icon zulip-icon-user-list"></i>
</a> </a>
</div> </div>
<div id="help-menu"> <div id="help-menu">