enhance(ux): display at most 2 block tags when there're more

This commit is contained in:
Tienson Qin
2024-09-09 12:06:29 +08:00
parent afbb4bcbd4
commit 339da2614c
4 changed files with 87 additions and 47 deletions

View File

@@ -456,8 +456,7 @@ a.tag {
color: var(--lx-accent-11, var(--ls-tag-text-color, hsl(var(--primary))));
&:hover {
opacity: var(--ls-tag-text-hover-opacity, 1);
text-decoration: underline;
opacity: var(--ls-tag-text-hover-opasxcity, 1);
}
&[data-ref] + &[data-ref] {