Browse Source

fixed sidebar hidden border

tags/1.0.0
Robin Thoni 8 years ago
parent
commit
3ea7903bb3
2 changed files with 5 additions and 1 deletions
  1. 1
    1
      app/index.html
  2. 4
    0
      app/less/app.less

+ 1
- 1
app/index.html View File

72
     <div layout="column" class="layout-column flex">
72
     <div layout="column" class="layout-column flex">
73
         <ng-include src="'views/toolbar.html'"></ng-include>
73
         <ng-include src="'views/toolbar.html'"></ng-include>
74
 
74
 
75
-        <md-content flex layout-padding >
75
+        <md-content flex layout-padding class="md-main-content" >
76
             <div ui-view layout="column" layout-fill layout-align="top center"></div>
76
             <div ui-view layout="column" layout-fill layout-align="top center"></div>
77
             <div flex></div>
77
             <div flex></div>
78
         </md-content>
78
         </md-content>

+ 4
- 0
app/less/app.less View File

36
   min-height: 150px;
36
   min-height: 150px;
37
 }
37
 }
38
 
38
 
39
+.md-main-content {
40
+  margin-left: 5px;
41
+}
42
+
39
 .welcome-message {
43
 .welcome-message {
40
   font-size: large;
44
   font-size: large;
41
 }
45
 }

Loading…
Cancel
Save