forked from MarseyWorld/MarseyWorld
remove now-useless shit
parent
ccc0db7fb8
commit
e6b4fe9ceb
|
@ -294,19 +294,17 @@
|
|||
<div autocomplete="off" class="markdown d-none border my-2 p-3 rounded" id="markdown-{{p.fullname}}" readonly>{{p.body.strip()}}</div>
|
||||
{% endif %}
|
||||
|
||||
<div id="post_navigation" class="d-none my-4" style="top: 0px; transition: top cubic-bezier(0, 0, 0.2, 1) 220ms; position: relative; z-index: 1029">
|
||||
<div id="post_navigation-tabs" class="row" style="justify-content: center">
|
||||
<a id="post_before" class="disabled btn btn-primary btn-block m-0 shop-tab award-tab">
|
||||
<span class="mr-auto ml-auto">
|
||||
<i class="fas fa-arrow-left"></i> Previous Post
|
||||
</span>
|
||||
</a>
|
||||
<a id="post_after" class="disabled btn btn-primary btn-block m-0 shop-tab award-tab">
|
||||
<span class="mr-auto ml-auto">
|
||||
<i class="fas fa-arrow-right"></i> Next Post
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div id="post_navigation" class="row d-none my-4" style="justify-content: center">
|
||||
<a id="post_before" class="disabled btn btn-primary btn-block m-0 shop-tab award-tab">
|
||||
<span class="mr-auto ml-auto">
|
||||
<i class="fas fa-arrow-left"></i> Previous Post
|
||||
</span>
|
||||
</a>
|
||||
<a id="post_after" class="disabled btn btn-primary btn-block m-0 shop-tab award-tab">
|
||||
<span class="mr-auto ml-auto">
|
||||
<i class="fas fa-arrow-right"></i> Next Post
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="row border-md-0 comment-section pb-3">
|
||||
|
|
Loading…
Reference in New Issue