This commit is contained in:
浪子
2024-11-08 14:57:59 +08:00
parent c606be86a6
commit 4e3310f10b
24 changed files with 35 additions and 36 deletions
+3 -5
View File
@@ -107,11 +107,9 @@
</a>
<?php else: ?>
<a href="<?php $this->permalink() ?>" class="absolute hidden active:bg-[var(--enter-btn-bg-active)] active:scale-95 bg-[var(--enter-btn-bg)] bottom-3 btn-regular hover:bg-[var(--enter-btn-bg-hover)] md:flex right-3 rounded-xl top-3 w-[3.25rem]" aria-label="Markdown Extended Features" data-astro-cid-iyiqi2so style="--coverWidth:28%">
<svg data-icon=material-symbols:chevron-right-rounded height=1em
viewBox="0 0 24 24" width=1em
class="transition text-[var(--primary)] mx-auto text-4xl" data-astro-cid-iyiqi2so>
<use xlink:href=#ai:material-symbols:chevron-right-rounded></use>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" data-icon=material-symbols:chevron-right-rounded height=1em
viewBox="0 0 24 24" width=1em fill="currentColor" class="transition text-[var(--primary)] mx-auto text-4xl" data-astro-cid-iyiqi2so><path d="M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z"></path>
</svg>
</a>
<?php endif; ?>
</div>