mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
限制集市 README repo 链接宽度 (#10760)
This commit is contained in:
parent
3777453317
commit
8b2a60ab38
1 changed files with 6 additions and 2 deletions
|
|
@ -503,9 +503,13 @@ export const bazaar = {
|
||||||
</div>
|
</div>
|
||||||
<div class="fn__flex-1"></div>
|
<div class="fn__flex-1"></div>
|
||||||
<img class="item__img" src="${data.iconURL}" onerror="this.src='/stage/images/icon.png'">
|
<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>
|
<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">
|
<div class="block__icons">
|
||||||
<span class="fn__flex-1"></span>
|
<span class="fn__flex-1"></span>
|
||||||
${data.preferredFunding ?
|
${data.preferredFunding ?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue