mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-04 04:39:03 +00:00
16 lines
547 B
CSS
16 lines
547 B
CSS
/**
|
|
* notion-enhancer: right to left
|
|
* (c) 2021 obahareth <omar@omar.engineer> (https://omar.engineer)
|
|
* (c) 2024 dragonwocky <thedragonring.bod@gmail.com> (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;
|
|
}
|