mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
all_messages: Change default icon from home to align-left.
Since All messages narrow is no longer home page for webapp, we change its icon to align-left which also shows a concept of interleaved topics / messages.
This commit is contained in:
@@ -24,7 +24,7 @@ function make_message_view_header(filter) {
|
||||
if (filter === undefined) {
|
||||
return {
|
||||
title: i18n.t("All messages"),
|
||||
icon: "home",
|
||||
icon: "align-left",
|
||||
};
|
||||
}
|
||||
message_view_header.title = filter.get_title();
|
||||
|
||||
@@ -274,7 +274,7 @@ li.top_left_recent_topics {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.top_left_all_messages i.fa-home {
|
||||
.top_left_all_messages i.fa-align-left {
|
||||
position: relative;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<li class="top_left_all_messages top_left_row" title="{{ _('All messages') }} (a)">
|
||||
<a href="#all_messages" class="home-link">
|
||||
<span class="filter-icon">
|
||||
<i class="fa fa-home" aria-hidden="true"></i>
|
||||
<i class="fa fa-align-left" aria-hidden="true"></i>
|
||||
</span>
|
||||
{#- squash whitespace -#}
|
||||
<span>{{ _('All messages') }}</span>
|
||||
|
||||
Reference in New Issue
Block a user