mirror of
https://github.com/mntno/obsidian-come-through.git
synced 2026-07-22 05:47:56 +00:00
16 lines
343 B
CSS
16 lines
343 B
CSS
|
|
|
|
div.come-through-workspace-leaf-content .view-content {
|
|
padding: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/* <div class="markdown-reading-view" style="width: 100%; height: 100%;"> */
|
|
div.come-through-workspace-leaf-content .markdown-reading-view {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
div.come-through-workspace-leaf-content :lang(th) {
|
|
font-size: 1.25rem;
|
|
}
|