mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1874 from pixelfed/staging
Update home timeline view
This commit is contained in:
commit
7ef593deb7
1 changed files with 2 additions and 5 deletions
|
@ -6,19 +6,16 @@
|
|||
|
||||
@endsection
|
||||
|
||||
|
||||
@if($layout == 'grid')
|
||||
@push('styles')
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: #fff !important;
|
||||
}
|
||||
.navbar.border-bottom {
|
||||
border-bottom: none !important;
|
||||
.navbar {
|
||||
border: none !important;
|
||||
}
|
||||
</style>
|
||||
@endpush
|
||||
@endif
|
||||
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
|
||||
|
|
Loading…
Reference in a new issue