mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
Merge branch 'master' into feat/custom-children-list-style
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user