fix: properly position toggle icon in mobile view
This commit is contained in:
@@ -117,11 +117,11 @@
|
||||
</h2>
|
||||
{teaser.bodytext -> f:format.html()}
|
||||
</div>
|
||||
<div class="absolute left-0 bottom-0 w-full bg-white">
|
||||
<div class="absolute left-0 bottom-0 w-full bg-gradient-to-b from-transparent via-white via-20% to-white pt-2 md:pt-0">
|
||||
<button type="button"
|
||||
data-autocollapse-target="button"
|
||||
data-action="autocollapse#toggle"
|
||||
class="hidden text-ep-primary w-12 h-12 group toggle-more">
|
||||
class="hidden text-ep-primary w-12 h-12 ml-4 md:ml-0 group toggle-more">
|
||||
<f:render section="Icon" arguments="{icon: 'toggle'}" />
|
||||
</button>
|
||||
<div class="bg-ep-primary w-full md:w-1/3 h-1"></div>
|
||||
|
||||
Reference in New Issue
Block a user