限制集市 README repo 链接宽度 (#10760)

This commit is contained in:
Jeffrey Chen 2024-03-27 09:10:58 +08:00 committed by GitHub
parent 3777453317
commit 8b2a60ab38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -503,9 +503,13 @@ export const bazaar = {
</div>
<div class="fn__flex-1"></div>
<img class="item__img" src="${data.iconURL}" onerror="this.src='/stage/images/icon.png'">
<a href="${data.repoURL}" target="_blank" class="item__title" title="GitHub Repo">${data.preferredName}</a>
<div class="item__title">
<a href="${data.repoURL}" target="_blank" class="item__title" title="GitHub Repo">${data.preferredName}</a>
</div>
<br>
<a href="${data.repoURL}" target="_blank" class="ft__on-surface ft__smaller" title="GitHub Repo">${data.name}</a>
<div class="item__repo">
<a href="${data.repoURL}" target="_blank" class="ft__on-surface ft__smaller" title="GitHub Repo">${data.name}</a>
</div>
<div class="block__icons">
<span class="fn__flex-1"></span>
${data.preferredFunding ?