mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-07 14:09:03 +00:00
27 lines
561 B
CSS
27 lines
561 B
CSS
/**
|
|
* notion-enhancer: right to left
|
|
* (c) 2021 obahareth <omar@omar.engineer> (https://omar.engineer)
|
|
* (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* (https://notion-enhancer.github.io/) under the MIT license
|
|
*/
|
|
|
|
.notion-page-content
|
|
.notion-table_of_contents-block
|
|
> div
|
|
> div
|
|
> a
|
|
> div
|
|
> div[style*='margin-left: 24px'] {
|
|
margin-inline-start: 24px;
|
|
}
|
|
|
|
.notion-page-content
|
|
.notion-table_of_contents-block
|
|
> div
|
|
> div
|
|
> a
|
|
> div
|
|
> div[style*='margin-left: 48px'] {
|
|
margin-inline-start: 48px;
|
|
}
|