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,7 +72,7 @@
72 72
     <div layout="column" class="layout-column flex">
73 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 76
             <div ui-view layout="column" layout-fill layout-align="top center"></div>
77 77
             <div flex></div>
78 78
         </md-content>

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

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

Loading…
Cancel
Save