mirror of
https://github.com/usememos/memos.git
synced 2025-10-04 19:44:31 +08:00
fix: tags container
This commit is contained in:
parent
d9a92b2ef8
commit
f9b1df5d13
1 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ const MemoDetailSidebar = ({ memo, className, parentPage }: Props) => {
|
|||
</div>
|
||||
)}
|
||||
{memo.tags.length > 0 && (
|
||||
<>
|
||||
<div className="w-full">
|
||||
<div className="flex flex-row justify-start items-center w-full gap-1 mb-1 text-sm leading-6 text-gray-400 dark:text-gray-500 select-none">
|
||||
<span>{t("common.tags")}</span>
|
||||
<span className="shrink-0">({memo.tags.length})</span>
|
||||
|
@ -101,7 +101,7 @@ const MemoDetailSidebar = ({ memo, className, parentPage }: Props) => {
|
|||
</div>
|
||||
))}
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</aside>
|
||||
|
|
Loading…
Add table
Reference in a new issue