Update home timeline view

pull/1874/head
Daniel Supernault 6 years ago
parent 3451110d5c
commit 62b35e25c4
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save