fix: add ls-block container name

This commit is contained in:
Tienson Qin
2025-05-24 00:06:35 +08:00
parent 7a021bcb8d
commit fcc7316c9f

View File

@@ -541,6 +541,7 @@
.ls-block {
@apply flex-1 relative py-0.5 transition-[background-color] mx-auto;
container-type: inline-size;
container-name: ls-block;
&.selected {
@apply rounded;
@@ -568,7 +569,7 @@
}
}
@container (max-width: 370) {
@container ls-block (max-width: 430px) {
.ls-properties-area {
display: none;
}