mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
To be fully responsive, we can basically never specify the width of our container in a fixed number of pixels; otherwise we'll run into the situation where there's an inordinate amount of wasted space on our left and right. So everything needs to change from, e.g. row to row-fluid, and that has a whole cascading series of changes that that implies. (imported from commit 7e2771d916f429548c65c0a00fc4c11397054656)
6 lines
214 B
HTML
6 lines
214 B
HTML
<div class="row right_sidebar">
|
|
<div class="span2 sidebar-nav affix" id="right-sidebar">
|
|
<ul id="user_presences" class="scrolling_list"></ul>
|
|
</div>
|
|
</div>
|