Skip to content

Commit

Permalink
[Core] Minor design improvment
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Aug 29, 2022
1 parent d9a85c2 commit 9ad4cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/templates/component/show_more.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

{% block after %}
<div class="text-center -mt-3">
<label for="{{ id }}" class="text-3xl text-gray-600 cursor-pointer after:content-['↥']"></label>
<label for="{{ id }}" class="text-3xl text-gray-500 cursor-pointer after:content-['↥']"></label>
</div>
</div>
<div class="show-more-btn transition-all delay-75 duration-300 text-center pt-[100px] -mt-[120px] h-[120px] bg-gradient-to-b from-transparent {{ to_background|default('to-white') }} relative z-10">
<label for="{{ id }}" class="text-4xl inline-block w-full text-gray-600 cursor-pointer after:content-['↧']"></label>
<label for="{{ id }}" class="text-4xl inline-block w-full text-gray-500 cursor-pointer after:content-['↧']"></label>
</div></div>
{% endblock %}

0 comments on commit 9ad4cf3

Please sign in to comment.