Merge pull request #1874 from pixelfed/staging

Update home timeline view
This commit is contained in:
daniel 2019-12-05 00:19:49 -07:00 committed by GitHub
commit 7ef593deb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>