mirror of
https://github.com/kmaasrud/awesome-obsidian.git
synced 2026-05-02 12:37:37 -05:00
15 lines
452 B
CSS
15 lines
452 B
CSS
/* get more snippets at https://github.com/kmaasrud/awesome-obsidian */
|
|
/* author: https://github.com/cannibalox & https://github.com/konhi */
|
|
/* source: https://forum.obsidian.md/t/meta-post-common-css-hacks/1978/82 */
|
|
|
|
.popover.hover-popover {
|
|
transform: scale(0.8); /* makes the content smaller */
|
|
max-height: 800px; /* was 300 */
|
|
min-height: 100px;
|
|
width: 500px; /* was 400 */
|
|
}
|
|
|
|
.popover.hover-popover .markdown-embed {
|
|
height: 800px;
|
|
}
|