Skip to content

Commit

Permalink
chore(sample): fixed side-nav paddings disappering when not in catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Feb 16, 2016
1 parent 2cadcb5 commit 6965613
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sample/src/samples/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@ menu md-sidenav .side-nav.fixed {
menu md-sidenav .side-nav.fixed:hover {
overflow: auto;
}


header, main, footer {
padding-left: 240px;
}
md-navbar[md-fixed="true"] nav {
padding-right: 240px;
}
8 changes: 8 additions & 0 deletions sample/src/samples/menu.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<template>
<require from="./menu.css"></require>
<style>
header, main, footer {
padding-left: 240px;
}
md-navbar[md-fixed="true"] nav {
padding-right: 240px;
}
</style>
<md-sidenav view-model.ref="sideNav" md-fixed="true" md-edge="left">
<ul md-collapsible="accordion: true;">
<li repeat.for="cat of categories">
Expand Down

0 comments on commit 6965613

Please sign in to comment.