mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
This was a really cute bug where our layout messes up if you resize the page while "Subscriptions" (or to a less visible extent, "Settings") is active. The problem here is that we compute the size of the top navbar based on the size of main_div -- but when main_div is hidden, it has a width of zero! We need to instead look at the width of the pane that *is* active. Resolves https://trac.humbughq.com/ticket/216 (imported from commit adbef00d190845f90c5cfdb46df4ec7b703635ef)
24 KiB
24 KiB