浏览代码

Update home timeline view

Daniel Supernault 5 年之前
父节点
当前提交
62b35e25c4
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2 5
      resources/views/timeline/home.blade.php

+ 2 - 5
resources/views/timeline/home.blade.php

@@ -6,19 +6,16 @@
 
 @endsection
 
-
-@if($layout == 'grid')
 @push('styles')
 <style type="text/css">
 	body {
 		background: #fff !important;
 	}
-	.navbar.border-bottom {
-		border-bottom: none !important;
+	.navbar {
+		border: none !important;
 	}
 </style>
 @endpush
-@endif
 
 @push('scripts')
 <script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>