Style tweeks

pull/10438/head
Tienson Qin 2023-09-13 17:09:27 +08:00
parent 03373d6268
commit f2b18e9614
1 changed files with 4 additions and 1 deletions

View File

@ -18,11 +18,14 @@
/* } */
.ls-block .ls-properties-area, .block-property-value {
padding-left: 22px;
border-left: 1px solid;
border-left-color: var(--ls-guideline-color, #ddd);
}
.ls-block .ls-properties-area, .property-template .ls-properties-area {
padding-left: 22px;
}
.block-property-value {
margin-left: 7px;
}