mirror of https://github.com/zulip/zulip.git
portico-header: Dropped find accounts link for smaller windows.
Fixes #27477
This commit is contained in:
parent
d790b28322
commit
d0deaff7fd
|
@ -45,7 +45,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if not is_self_hosting_management_page and not find_team_link_disabled %}
|
||||
<a href="{{ root_domain_url }}/accounts/find/">{{ _('Find accounts') }}</a>
|
||||
<a class= "find-accounts-link" href="{{ root_domain_url }}/accounts/find/">{{ _('Find accounts') }}</a>
|
||||
<a href="{{ root_domain_url }}/new/">{{ _('New organization') }}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
|
|
@ -1173,6 +1173,10 @@ input.new-organization-button {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.top-links .find-accounts-link {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (width <= 500px) {
|
||||
|
|
Loading…
Reference in New Issue