forked from mirror/pixelfed
Remove border from topbar nav
This commit is contained in:
parent
f9bc974e54
commit
f0d5024aa6
|
@ -6,7 +6,7 @@
|
|||
|
||||
@if($owner == true)
|
||||
<div>
|
||||
<ul class="nav nav-topbar d-flex justify-content-center">
|
||||
<ul class="nav nav-topbar d-flex justify-content-center border-0">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {{request()->is('*/saved') ? '':'active'}} font-weight-bold text-uppercase" href="{{$user->url()}}">Posts</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue