enhance(dev): add debug option for the property edit dropdown

This commit is contained in:
charlie
2024-08-22 11:32:21 +08:00
parent 3241707534
commit 1b0a67f359
4 changed files with 23 additions and 8 deletions

View File

@@ -70,6 +70,10 @@
background-color: or(--ls-notification-background, --lx-gray-03, --ls-tertiary-background-color, --rx-gray-03);
color: or(--ls-notification-text-color, --lx-gray-11, --ls-primary-text-color, --rx-gray-11);
&:has(.ls-wrap-widen) {
@apply w-2xl max-w-[96vw];
}
}
}