Skip to content

Commit dc4f806

Browse files
committed
fix formatting
1 parent bab72dd commit dc4f806

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
your browser</a> to improve your experience.</p>
2626
<![endif]-->
2727

28-
<div ng-include="'views/sidenav.html'"></div>
28+
<div ng-include="'views/sidenav.html'" class="md-whiteframe-z3"></div>
2929
<div layout="column" layout-fill flex>
3030
<div ng-include="'views/toolbar.html'"></div>
3131
<md-content layout="column" layout-fill flex ng-view layout="center center" scroll-to-top-on-nav-click>

app/views/list.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<md-toolbar class="md-primary md-tall md-hue-1 md-whiteframe-z2" style="z-index:0" md-scroll-shrink="true">
1+
<md-toolbar class="md-primary md-hue-1 md-whiteframe-z2" style="z-index:0" md-scroll-shrink="true">
22
<span flex></span>
33
<div class="md-toolbar-tools">
44
<h3>
@@ -21,7 +21,7 @@ <h2>Paracosm</h2>
2121
</md-card-content>
2222
</md-card>
2323
<md-list>
24-
<md-item ng-repeat="item in [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]">
24+
<md-item ng-repeat="item in [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20]">
2525
<md-item-content>
2626
<div class="md-tile-left">
2727
<img ng-src="https://d2ixpktcwt0tho.cloudfront.net/proxy?src=https%3A%2F%2Fpbs.twimg.com%2Fmedia%2FB8zZxEfCMAAcHZd.jpg&k=a63ca5de545ecca44e02b3045c30de8bba796dac" alt="who" class="face">

app/views/sidenav.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<md-sidenav class="md-sidenav-left md-whiteframe-z2" md-component-id="left" md-is-locked-open="$media('gt-md')">
1+
<md-sidenav class="md-sidenav-left" md-component-id="left" md-is-locked-open="$media('gt-md')">
22
<md-content class="md-padding">
33
<section>
44
<md-subheader>About</md-subheader>

0 commit comments

Comments
 (0)