enhance: show empty left && right positioned properties

Also fixed the issue that positioned property value can't be selected.
This commit is contained in:
Tienson Qin
2024-10-18 17:24:52 +08:00
parent 8c266d5293
commit 07a5187e30
4 changed files with 27 additions and 16 deletions

View File

@@ -874,6 +874,9 @@ html.is-mac {
opacity: 1;
}
.positioned-properties {
@apply text-sm;
}
.positioned-properties.block-right {
button {
@apply whitespace-nowrap mr-0.5;