logseq-plugin-another-embed icon indicating copy to clipboard operation
logseq-plugin-another-embed copied to clipboard

Vertical alignment for embeds

Open stdword opened this issue 1 year ago • 1 comments

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?

stdword avatar Dec 31 '23 02:12 stdword