Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #219 from google/leftbar
Browse files Browse the repository at this point in the history
Fix left-sided bar on "small" displays.
  • Loading branch information
Matir authored Feb 22, 2019
2 parents 3df5280 + 4a699da commit 1efd27a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</header>
<div class='container full-height'>
<div class='row full-height'>
<div class='col-md-3 left-sidebar full-height'>
<div class='col-md-3 col-sm-3 left-sidebar full-height hidden-xs'>
<div class='left-sidebar-background full-height'></div>
<!-- TODO: Admin only -->
<div id='admin-links' class='list-group ng-hide admin-links'
Expand Down Expand Up @@ -84,7 +84,7 @@
</ul>
</div>
</div>
<div class='col-md-9'>
<div class='col-md-9 col-sm-9'>
<!-- TODO: title -->
<h2></h2>
{%- endraw %}
Expand Down

0 comments on commit 1efd27a

Please sign in to comment.