Skip to content

Commit

Permalink
fixed the resizing of the navbar when viewing the admin page on small…
Browse files Browse the repository at this point in the history
…er screens
  • Loading branch information
Elliot Salisbury committed Aug 5, 2016
1 parent 205a57b commit d6a2bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions admin/admin.styl
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
width: 100%
position: relative

.ts-admin-sidebar.affix
position: fixed

.ts-admin-body.container
width: 100%

Expand Down
6 changes: 3 additions & 3 deletions admin/clientAdmin.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
<template name="tsAdminLayout">
<div class="container ts-admin-layout ts-inherit-height">
<div class="row ts-inherit-height">
<div class="col-md-2">
<div class="col-md-3">
{{> tsAdminNav}}
</div>
<div class="col-md-10 ts-inherit-height">
<div class="col-md-9 ts-inherit-height">
<div class="container ts-admin-body ts-scroll-parent">
{{> yield}}
</div>
Expand All @@ -54,7 +54,7 @@
</template>

<template name="tsAdminNav">
<div class="ts-admin-sidebar affix well">
<div class="ts-admin-sidebar well">
<ul class="nav nav-stacked">
<li>
<a href="{{pathFor 'tsOverview'}}">Overview</a>
Expand Down

0 comments on commit d6a2bdb

Please sign in to comment.