forked from MarseyWorld/MarseyWorld
added padding
parent
5d11c820f7
commit
1cfa395b97
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
|
||||
{% if "/saved/" not in request.path and "/subscribed/" not in request.path %}
|
||||
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
|
||||
<div class="d-flex justify-content-between align-items-center pt-4">
|
||||
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="dropdown dropdown-actions">
|
||||
|
|
|
@ -555,7 +555,7 @@
|
|||
</div>
|
||||
|
||||
{% if "/saved/" not in request.path and '/subscribed/' not in request.path %}
|
||||
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
|
||||
<div class="d-flex justify-content-between align-items-center pt-4">
|
||||
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="dropdown dropdown-actions">
|
||||
|
|
Loading…
Reference in New Issue