chore: embed padding

pull/843/head
anoffvu 2020-12-10 20:29:58 -08:00
parent 6c2e053ad1
commit 2bc6d75d3e
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@
[config id]
(let [blocks (db/get-block-and-children (state/get-current-repo) id)]
[:div.color-level.embed.embed-block.bg-base-2 {:style {:z-index 2}}
[:div.px-3.pt-1.pb-2
[:div.px-3.py-2
(blocks-container blocks (assoc config
:embed? true
:ref? false))]]))