/** * notion-enhancer: right to left * (c) 2021 obahareth (https://omar.engineer) * (c) 2024 dragonwocky (https://dragonwocky.me/) * (https://notion-enhancer.github.io/) under the MIT license */ /* indent rtl toc header levels, * https://github.com/notion-enhancer/notion-enhancer/issues/616 */ .notion-table_of_contents-block div[style*="margin-left: 24px"] { margin-inline-start: 24px; } .notion-table_of_contents-block div[style*="margin-left: 48px"] { margin-inline-start: 48px; }