소스 검색

Update local timeline view

Daniel Supernault 5 년 전
부모
커밋
3451110d5c
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      resources/views/timeline/local.blade.php

+ 11 - 0
resources/views/timeline/local.blade.php

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