mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Change the display from `block` to `flex` in order to be able to arrange the elements as wanted. Reset the css of the header elements only for the description view. Add `font-size: 1.2em` because the font doesn't need resizing in this case, it needs resizing only when the title is in the box. Removed the `padding-bottom` from the `nav` on mobile because it overlaps the new header and you cannot click the back button from the integrations. Fixes: #12365.