Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Aug 19, 2022
1 parent 9fff0ea commit eb04c35
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/core/src/templates/component/show_more.html.twig
Expand Up @@ -5,7 +5,11 @@
{% endblock %}

{% block after %}
<div class="show-more">
<input type="checkbox" id="%id%" class="hidden show-hide-input">
<div class="max-h-[120px] overflow-hidden transition-all delay-75 duration-300">
<div class="text-center -mt-6">
<label for="%id%" class="text-3xl text-gray-600 cursor-pointer after:content-[\'↥\']"></label>
</div>
</div>
<div class="show-more-btn transition-all delay-75 duration-150 text-center pt-20 -mt-[120px] h-[120px] bg-gradient-to-b from-transparent {{ to_background|default('to-white') }} relative z-10">
<label for="%id%" class="text-6xl text-gray-600 cursor-pointer after:content-[\'↧\']"></label>
</div></div>
{% endblock %}

0 comments on commit eb04c35

Please sign in to comment.