zulip/templates/zephyr/right-sidebar.html
Waseem Daher 3ce48f8a45 Make layout more responsive.
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)
2013-03-03 11:04:57 -05:00

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>