enhance: separate page properties from block properties

This commit is contained in:
Tienson Qin
2021-05-21 12:47:34 +08:00
parent a494d25e54
commit 7476e49b29
3 changed files with 13 additions and 2 deletions

View File

@@ -160,11 +160,16 @@
}
}
.blocks-properties {
.block-properties {
margin: 4px 0;
padding: 4px 8px;
background-color: var(--ls-block-properties-background-color, #f0f8ff);
}
.page-properties {
background-color: var(--ls-page-properties-background-color);
}
.marker-switch {
padding: 2px 4px;
opacity: 0.5;