mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Merge pull request #956 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
28563dad07
2 changed files with 6 additions and 6 deletions
|
@ -40,7 +40,7 @@
|
|||
<div class="d-block d-sm-none mt-5"></div>
|
||||
<div class="d-block d-sm-none fixed-bottom">
|
||||
<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-lg mb-0"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal" tabindex="-1" role="dialog" id="composeModal">
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
@else
|
||||
<li class="">
|
||||
<a class="nav-link font-weight-bold {{request()->is('/') ?'text-primary':''}}" href="/" title="Home Timeline">
|
||||
<span class="d-block d-md-none" data-toggle="tooltip" title="Home Timeline">
|
||||
<span class="d-block d-md-none mr-1" data-toggle="tooltip" title="Home Timeline">
|
||||
<i class="fas fa-home fa-lg"></i>
|
||||
</span>
|
||||
<span class="d-none d-md-block">
|
||||
|
@ -29,10 +29,10 @@
|
|||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="px-sm-3">
|
||||
<li>
|
||||
<a class="nav-link font-weight-bold {{request()->is('timeline/public') ?'text-primary':''}}" href="/timeline/public">
|
||||
<span class="d-block d-md-none" data-toggle="tooltip" title="Local Timeline">
|
||||
<i class="fas fa-align-justify fa-lg"></i>
|
||||
<span class="d-block d-md-none mx-2" data-toggle="tooltip" title="Local Timeline">
|
||||
<i class="far fa-map fa-lg"></i>
|
||||
</span>
|
||||
<span class="d-none d-md-block">
|
||||
{{__('navmenu.local')}}
|
||||
|
@ -40,7 +40,7 @@
|
|||
</a>
|
||||
</li>
|
||||
<li class="d-block d-md-none">
|
||||
<a class="nav-link" href="/account/activity" data-toggle="tooltip" title="Notifications">
|
||||
<a class="nav-link ml-1" href="/account/activity" data-toggle="tooltip" title="Notifications">
|
||||
<i class="far fa-bell fa-lg"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue