mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance(ui): alignment for the page tags
This commit is contained in:
@@ -482,14 +482,9 @@ img.small {
|
||||
}
|
||||
|
||||
a.tag {
|
||||
@apply text-sm;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
border-radius: 4px;
|
||||
@apply text-sm inline-flex items-center text-center cursor-pointer rounded opacity-70;
|
||||
|
||||
color: var(--lx-accent-11, var(--ls-tag-text-color, hsl(var(--primary))));
|
||||
opacity: var(--ls-tag-text-opacity, 0.7);
|
||||
}
|
||||
|
||||
a.tag:hover {
|
||||
|
||||
Reference in New Issue
Block a user