navbar: Show realm icon logo instead of full logo on narrow widths.

When left sidebar is hidden between 1200px and 768px, we show
smaller realm icon logo instead of the full realm logo. Also,
we use the new space to expand the middle column to better show
the narrow description.
This commit is contained in:
Aman Agrawal
2024-06-17 18:34:02 +00:00
committed by Tim Abbott
parent 406e9b89d0
commit 7ddf7a96dc
5 changed files with 30 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ function initialize_navbar() {
const rendered_navbar = render_navbar({
embedded: page_params.narrow_stream !== undefined,
user_avatar: current_user.avatar_url_medium,
realm_icon_url: realm.realm_icon_url,
});
$("#header-container").html(rendered_navbar);