mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Merge pull request #227 from hellcp/patch-18
Make profiles more consistent
This commit is contained in:
commit
d4291c5513
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="bg-white py-5">
|
||||
<div class="bg-white py-5 border-bottom">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-4 d-flex">
|
||||
|
|
|
@ -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 a new issue