EveSunMaple / Frosti

A clean, elegant, and fast static blog template! 🚀 Developed with Astro
https://frosti.saroprock.com
GNU General Public License v3.0
181 stars 30 forks source link

Fix image zoom in linkcard #41

Closed Loping151 closed 1 month ago

Loping151 commented 1 month ago

Screencast from 2024-09-18 21-18-03.webm

Ubuntu录屏不带指针所以可能不太清楚。。事实上发生了:

点击友链(点击位置在图片上),然后回到自己的站点,友链的头像会放大。这是 https://github.com/EveSunMaple/Frosti/commit/de3d07122d4fe945e93906d52083c6b55195ed01 引入的新特性。

这是因为 firend.mdx 使用 BaseCard 作为版面,mediumZoom 通过 main card 样式转递给了 link-card 中的图片。我认为这是不符合预期的。所以增加了排除:

mediumZoom(".main-card img:not(.link-card img)

上一个改错了。。没动脑子属于是。

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
frosti ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 18, 2024 1:50pm
EveSunMaple commented 1 month ago

thanks!