mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +01:00
📱
This commit is contained in:
parent
345e3c13f6
commit
3a7988de6d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ const genCardItem = (item: ICard) => {
|
|||
<span data-type="delete" class="b3-list-item__action b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.delete}">
|
||||
<svg><use xlink:href="#iconTrashcan"></use></svg>
|
||||
</span>
|
||||
<span class="b3-list-item__meta">${item.updated}</span>
|
||||
<span class="b3-list-item__meta${isMobile()?" fn__none": ""}">${item.updated}</span>
|
||||
<span class="popover__block counter b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.riffCard}">${item.size}</span>
|
||||
</li>`;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue