Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change gtm scrollspy wrapper #1547

Merged
merged 1 commit into from
Apr 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions site/layouts/docs/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@
<div class="hidden px-4 lg:block lg:w-1/5">
<menu class="sticky top-10">
<div
class="relative mb-4 hidden h-[190px] delay-[0] duration-500 xl:block"
class="relative mb-4 hidden h-[250px] delay-[0] duration-500 xl:block"
id="dpl-gtm-scroll">
<div class="absolute h-full w-[170px]">
<div class="absolute h-full w-[180px]">
<div
class="shadow-3 overflow-hidden rounded-lg border border-[rgba(133,214,251,0.3)]">
<span
Expand All @@ -182,13 +182,17 @@
<span
class="mx-2 mb-1 inline-block h-[20px] w-[80%] animate-[pulse_1s_ease-in-out_infinite] bg-[rgba(133,214,251,0.3)]"></span>
<span
class="mx-2 mb-4 inline-block h-[20px] w-[70%] animate-[pulse_1s_ease-in-out_infinite] bg-[rgba(133,214,251,0.3)]"></span>
class="mx-2 mb-2 inline-block h-[20px] w-[70%] animate-[pulse_1s_ease-in-out_infinite] bg-[rgba(133,214,251,0.3)]"></span>
<span
class="mx-2 mb-2 inline-block h-[20px] w-[50%] animate-[pulse_1s_ease-in-out_infinite] bg-[rgba(133,214,251,0.3)]"></span>
<span
class="mx-2 mb-2 inline-block h-[20px] w-[80%] animate-[pulse_1s_ease-in-out_infinite] bg-[rgba(133,214,251,0.3)]"></span>
</div>
</div>
<!-- Alert -->
<div
id="gtmDC-scroll-all"
class="relative min-h-[1px] w-[170px]"></div>
class="relative min-h-[1px] w-[180px]"></div>
<!-- Alert -->
</div>

Expand Down