mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
enhance(ux): display at most 2 block tags when there're more
This commit is contained in:
@@ -880,12 +880,17 @@ html.is-mac {
|
||||
}
|
||||
|
||||
.block-tags {
|
||||
@apply flex flex-row flex-wrap self-start items-center gap-1;
|
||||
@apply flex flex-row flex-wrap self-start items-center gap-2;
|
||||
min-height: 24px;
|
||||
max-width: 256px;
|
||||
}
|
||||
.block-tag a.tag {
|
||||
@apply flex text-sm items-center opacity-70;
|
||||
}
|
||||
|
||||
.block-tag a.tag:hover {
|
||||
@apply opacity-100;
|
||||
}
|
||||
.block-tag span {
|
||||
@apply whitespace-nowrap overflow-hidden;
|
||||
max-width: 160px;
|
||||
|
||||
Reference in New Issue
Block a user