mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
enhance: move tag remove button to the left
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user