Merge pull request #1873 from pixelfed/staging

Update local timeline view
pull/1913/head
daniel 6 years ago committed by GitHub
commit 3ce00ebe38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save