mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #1874 from pixelfed/staging
Update home timeline view
This commit is contained in:
commit
7ef593deb7
|
@ -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…
Reference in New Issue