Merge branch 'master' into feat/custom-children-list-style

This commit is contained in:
charlie
2023-04-17 20:21:22 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -2348,7 +2348,7 @@
(when-not plugin-slotted?
[:div.flex-1.w-full
(cond
(seq title)
(or (seq title) (:block/marker block))
(build-block-title config block)
:else

View File

@@ -1,7 +1,7 @@
.cp__footer {
position: absolute;
bottom: 0px;
left: 0px;
position: fixed;
bottom: 0;
left: 0;
padding: 10px 20px;
background-color: var(--ls-primary-background-color);
z-index: 10;