mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 01:54:30 +00:00
commit
cbfa31a3e0
3 changed files with 32 additions and 0 deletions
|
@ -15,6 +15,17 @@
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
@push('styles')
|
||||||
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
background: #fff !important;
|
||||||
|
}
|
||||||
|
.navbar {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@endpush
|
||||||
|
|
||||||
@push('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript" src="{{mix('js/compose.js')}}" async></script>
|
<script type="text/javascript" src="{{mix('js/compose.js')}}" async></script>
|
||||||
<script type="text/javascript" src="{{mix('js/collections.js')}}"></script>
|
<script type="text/javascript" src="{{mix('js/collections.js')}}"></script>
|
||||||
|
|
|
@ -22,6 +22,17 @@
|
||||||
@endif
|
@endif
|
||||||
@endpush
|
@endpush
|
||||||
|
|
||||||
|
@push('styles')
|
||||||
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
background: #fff !important;
|
||||||
|
}
|
||||||
|
.navbar {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@endpush
|
||||||
|
|
||||||
@push('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript" src="{{ mix('js/profile.js') }}"></script>
|
<script type="text/javascript" src="{{ mix('js/profile.js') }}"></script>
|
||||||
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
|
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
|
||||||
|
|
|
@ -24,6 +24,16 @@
|
||||||
<meta property="og:video" content="{{$status->mediaUrl()}}">
|
<meta property="og:video" content="{{$status->mediaUrl()}}">
|
||||||
@endif
|
@endif
|
||||||
@endpush
|
@endpush
|
||||||
|
@push('styles')
|
||||||
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
background: #fff !important;
|
||||||
|
}
|
||||||
|
.navbar {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
@endpush
|
||||||
|
|
||||||
@push('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript" src="{{ mix('js/status.js') }}"></script>
|
<script type="text/javascript" src="{{ mix('js/status.js') }}"></script>
|
||||||
|
|
Loading…
Reference in a new issue