Skip to content

Commit 082bfab

Browse files
committed
fishcpy blog
1 parent ea218ae commit 082bfab

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/widget/SideBar.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const className = Astro.props.class;
1818
<div id="sidebar-sticky" class="transition-all duration-700 flex flex-col w-full gap-4 top-4 sticky top-4">
1919
<Categories class="onload-animation" style="animation-delay: 150ms"></Categories>
2020
<Tag class="onload-animation" style="animation-delay: 200ms"></Tag>
21-
</div>
22-
<div class="flex flex-col w-full gap-4 mb-4">
23-
<a href="https://cloud.zyidc.net/aff/MYIMKXBB" target="_blank" rel="noopener noreferrer" class="block mt-4">
24-
<img src="https://cdn.fishcpy.top/img/2025/04/19/680346cf235f8.png" alt="广告" class="w-full rounded-lg" />
25-
</a>
21+
<div class="flex flex-col w-full gap-4 mb-4 sticky top-4 z-10">
22+
<a href="https://cloud.zyidc.net/aff/MYIMKXBB" target="_blank" rel="noopener noreferrer" class="block mt-4">
23+
<img src="https://cdn.fishcpy.top/img/2025/04/19/680346cf235f8.png" alt="广告" class="w-full rounded-lg" />
24+
</a>
25+
</div>
2626
</div>
2727
</div>

0 commit comments

Comments
 (0)