mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
Prior to this commit, at <979px, the .container in a .navbar has `width: auto`, but a normal .container has width 724px, which causes the two to drift out of sync. This fixes that. (Arguably, it's weird for us to waste ~200px scrunching this down to 724px at this ratio, but we can solve that as a separate issue later.) (imported from commit 1f431ca1e2168db75821ea0be43941d29fd3e6b8)