mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ux): display remove tag button when hovering it
This commit puts the close button to the end of the tag instead.
This commit is contained in:
@@ -880,10 +880,15 @@ html.is-mac {
|
||||
}
|
||||
|
||||
.block-tags {
|
||||
@apply flex flex-row flex-wrap self-start items-center gap-2;
|
||||
@apply flex flex-row flex-wrap self-start items-center;
|
||||
min-height: 24px;
|
||||
max-width: 256px;
|
||||
margin-right: -28px;
|
||||
}
|
||||
.block-tag {
|
||||
@apply pr-1 flex flex-row items-center gap-1;
|
||||
}
|
||||
|
||||
.block-tag a.tag {
|
||||
@apply flex text-sm items-center opacity-70;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user