fix(ui): better gap with the continuous inline tags

This commit is contained in:
charlie
2024-06-24 13:29:52 +08:00
parent 5b2ddf7e1b
commit ec2cc78997

View File

@@ -88,6 +88,10 @@
padding: 10px 15px;
border-color: var(--ls-secondary-border-color);
}
[data-tooltipped]:has(a.tag) {
@apply px-0.5;
}
}
.block-content-or-editor-wrap {