mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update app view
This commit is contained in:
parent
06dbc2cd80
commit
0d6671bf47
1 changed files with 5 additions and 4 deletions
|
@ -37,6 +37,7 @@
|
||||||
<script type="text/javascript" src="{{ mix('js/components.js') }}"></script>
|
<script type="text/javascript" src="{{ mix('js/components.js') }}"></script>
|
||||||
@stack('scripts')
|
@stack('scripts')
|
||||||
@if(Auth::check())
|
@if(Auth::check())
|
||||||
|
<div class="d-block d-sm-none mt-5"></div>
|
||||||
<div class="d-block d-sm-none fixed-bottom">
|
<div class="d-block d-sm-none fixed-bottom">
|
||||||
<div class="float-right m-3">
|
<div class="float-right m-3">
|
||||||
<button class="bg-primary rounded-circle text-white box-shadow border-0" data-toggle="modal" data-target="#composeModal" style="width:60px;height: 60px;"><i class="fas fa-plus fa-2x mb-0"></i></button>
|
<button class="bg-primary rounded-circle text-white box-shadow border-0" data-toggle="modal" data-target="#composeModal" style="width:60px;height: 60px;"><i class="fas fa-plus fa-2x mb-0"></i></button>
|
||||||
|
|
Loading…
Reference in a new issue