sethyuan / logseq-plugin-another-embed

This plugin provides 2 extra ways to embed blocks/pages.
MIT License
23 stars 1 forks source link

Vertical alignment for embeds #21

Open stdword opened 10 months ago

stdword commented 10 months ago

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?

sethyuan commented 10 months ago

I find that there is more to adjust to make this correct, I'll look into this when I get some spare time.