logseq-plugin-another-embed
logseq-plugin-another-embed copied to clipboard
Vertical alignment for embeds
Hello! I use this CSS to make the size of embedded text block vertically the same as simple text block:
.embed-block > div {
padding-left: 0px;
padding-bottom: 0px;
padding-top: 0px;
}
Comparison
Probably it is nice to add it to this plugin?