enhance: move tag remove button to the left

This commit is contained in:
Tienson Qin
2024-12-15 14:39:41 +08:00
parent f72370d21e
commit e51959da0e
3 changed files with 25 additions and 16 deletions

View File

@@ -970,14 +970,18 @@ html.is-mac {
}
.block-tag {
@apply pr-1 flex flex-row items-center gap-1;
@apply flex flex-row items-center;
}
.block-tag a.tag {
@apply flex text-sm font-normal items-center opacity-70;
}
.block-tag a.tag:hover {
.block-tag a.hash-symbol {
@apply text-sm text-sm font-normal opacity-70;
}
.block-tag a.tag:hover, .block-tag a.hash-symbol:hover {
@apply opacity-100;
}
@@ -1013,7 +1017,7 @@ html.is-mac {
}
.ls-page-title .block-tags {
@apply relative -right-1 min-h-full;
@apply relative min-h-full;
}
.ls-code-editor-wrap {